subject

Asingle m4.medium nat instance inside a vpc supports a company of 100 people. this nat instance allows individual ec2 instances in private subnets to communicate out to the internet without being directly accessible via the internet. as the company has grown over the last year, they are finding that the additional traffic through the nat instance is causing serious performance degradation. what might you do to solve this problem?

1. increase the class size of the nat instance from an m4.medium to an m4.xlarge.
2. attach an additional igw to your vpc.
3. use an elastic load balancer and forward traffic out through this elb. the elb will automatically scale on demand as traffic increases.
4. instead of using a nat, use direct connect to route all traffic through your vpc and back out to the internet.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:00
If your accelerator suddenly gets stuck what should you do
Answers: 2
question
Computers and Technology, 22.06.2019 20:00
What is the worst-case complexity of the maxrepeats function? assume that the longest string in the names array is at most 25 characters wide (i.e., string comparison can be treated as o( class namecounter { private: int* counts; int nc; string* names; int nn; public: namecounter (int ncounts, int nnames); int maxrepeats() const; }; int namecounter: : maxrepeats () { int maxcount = 0; for (int i = 0; i < nc; ++i) { int count = 1; for (int j = i+1; j < nc; ++j) { if (names[i] == names[j]) ++count; } maxcount = max(count, maxcount); } return maxcount; }
Answers: 3
question
Computers and Technology, 22.06.2019 22:40
Write a program that defines symbolic names for several string literals (chars between quotes). * use each symbolic name in a variable definition. * use of symbolic to compose the assembly code instruction set can perform vara = (vara - varb) + (varc - vard); ensure that variable is in unsigned integer data type. * you should also further enhance your symbolic logic block to to perform expression by introducing addition substitution rule. vara = (vara+varb) - (varc+vard). required: debug the disassembly code and note down the address and memory information.
Answers: 3
question
Computers and Technology, 23.06.2019 09:30
The place where the extended axis of the earth would touch the celestial sphere is called the celestial
Answers: 1
You know the right answer?
Asingle m4.medium nat instance inside a vpc supports a company of 100 people. this nat instance allo...
Questions
question
Mathematics, 04.08.2019 20:50
Questions on the website: 13722363