exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C02 exam

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 232 discussion

A company receives inconsistent service from its data center provider because the company is headquartered in an area affected by natural disasters. The company is not ready to fully migrate to the AWS Cloud, but it wants a failure environment on AWS in case the on-premises data center fails.
The company runs web servers that connect to external vendors. The data available on AWS and on premises must be uniform.
Which solution should a solutions architect recommend that has the LEAST amount of downtime?

  • A. Configure an Amazon Route 53 failover record. Run application servers on Amazon EC2 instances behind an Application Load Balancer in an Auto Scaling group. Set up AWS Storage Gateway with stored volumes to back up data to Amazon S3.
  • B. Configure an Amazon Route 53 failover record. Execute an AWS CloudFormation template from a script to create Amazon EC2 instances behind an Application Load Balancer. Set up AWS Storage Gateway with stored volumes to back up data to Amazon S3.
  • C. Configure an Amazon Route 53 failover record. Set up an AWS Direct Connect connection between a VPC and the data center. Run application servers on Amazon EC2 in an Auto Scaling group. Run an AWS Lambda function to execute an AWS CloudFormation template to create an Application Load Balancer.
  • D. Configure an Amazon Route 53 failover record. Run an AWS Lambda function to execute an AWS CloudFormation template to launch two Amazon EC2 instances. Set up AWS Storage Gateway with stored volumes to back up data to Amazon S3. Set up an AWS Direct Connect connection between a VPC and the data center.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
CloudK
Highly Voted 3 years, 9 months ago
A. Configure an Amazon Route 53 failover record. Run application servers on Amazon EC2 instances behind an Application Load Balancer in an Auto Scaling group. Set up AWS Storage Gateway with stored volumes to back up data to Amazon S3.
upvoted 44 times
grad123
3 years, 8 months ago
Source for the answer?
upvoted 6 times
lehoang15tuoi
3 years, 8 months ago
Source for the answer: think. View the explanation below
upvoted 5 times
...
...
Osemk
3 years, 6 months ago
A, is the Ans. Had this question yesterday. Just an additional information, for those using this environment, Please read AWS documentations, and practise a lot. I got my AWS re-certification yesterday with 850 score. I reviewed about 300 questions on this portal, But had only about 14 questions from this portal. The importance of this portal I will say is to reference AWS documentation on topics not well covered. Read them and practice the suggested solutions, this way you become well grounded. All the best.
upvoted 8 times
...
...
sctmp
Highly Voted 3 years, 9 months ago
A. Sounds like a good option, except it will take longer than B. B. Could work with a CloudFormation template but why only an Application Load Balancer, where is the Auto Scaling group? But it's being executed from a script... not sure if that sounds right, since if the data center fails... you won't be able to execute the script. C. Sounds a lot of work just to create an Application Load Balancer. And we also need to backup volumes. D. A lot of things to setup, Direct Connect will take a long time already. A sounds about right.
upvoted 22 times
RakSam
3 years, 9 months ago
In my opinion, it should be D as it has a Direct Connect line. The Q says LEAST amount of downtime, which means that whenever there is any downtime it should last of minimum amount of time. in case of natural disaster, when there is no internet connection to the datacenter, will not the Direct Connect line help in maintaining the backup process from on-prem to AWS? Open for suggestions.
upvoted 14 times
Hypercuber
3 years, 9 months ago
If the on-prem solution is not available, what will Direct Connect server for then?
upvoted 11 times
...
CCNPWILL
3 years, 8 months ago
AWS Direct Connect takes a long time to actually set up. Direct connect is NOT what they need for the LEAST amount of downtime. go study.
upvoted 11 times
Negus007
3 years, 8 months ago
I love CCNPWILL
upvoted 3 times
...
Iamrandom
3 years, 8 months ago
BONK! To ignorance jail.
upvoted 1 times
...
...
Spike2020
3 years, 8 months ago
even though Direct connect takes a while to setup, once it is setup you do not have to do much anymore. It is not a reason for not setting it up
upvoted 2 times
...
...
SemiDeus
3 years, 3 months ago
I would go with B: If I understand this correctly the Storage gateway will be copying all of the data as a backup, which means the script would be in the backup data center. To a degree, this has to be the case because you can't wait for a natural disaster to then move your data over, if you do its too late. This is the same reason the Direct Connect does not make sense, this is not a question about data speed to the backup, the backup already has the data it just needs to turn on the EC2s and run off the backup data. Lastly, the only reason I would choose B over A is that B should boot faster as we won't have to wait for autoscaling to boot up to the demanded EC2s, we can just tell the script to boot up as many as we need by looking at current utilization. Yes I know I could set the minimum autoscale to whatever current utilization is, but still feels clunky given that it does not mention that they are currently using autoscaling.
upvoted 3 times
...
...
Uzbekistan
Most Recent 1 year, 3 months ago
Selected Answer: A
A. Configure an Amazon Route 53 failover record. Run application servers on Amazon EC2 instances behind an Application Load Balancer in an Auto Scaling group. Set up AWS Storage Gateway with stored volumes to back up data to Amazon S3. This option leverages Route 53's failover functionality to route traffic to the AWS environment if the on-premises data center fails. Running application servers on EC2 instances behind an Application Load Balancer in an Auto Scaling group ensures scalability and high availability. Using AWS Storage Gateway with stored volumes allows for data backup to Amazon S3, ensuring data uniformity between on-premises and AWS environments.
upvoted 1 times
...
alexsanteeno
2 years, 5 months ago
Selected Answer: A
Answer is A
upvoted 1 times
...
sunilv
2 years, 10 months ago
A is right
upvoted 1 times
...
slcheng
2 years, 11 months ago
Selected Answer: B
Check this out. Quickly replicate your infrastructure, when primary infra is down. Mean downtime is low. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html
upvoted 1 times
...
rav009
3 years, 6 months ago
A: "should have the LEAST amount of downtime?" according to this: A
upvoted 1 times
...
muhsin
3 years, 6 months ago
the answer is B. don't get confused with the script. Yes, Operation should have a cloud formation template which is the script.
upvoted 1 times
...
youthanasia
3 years, 7 months ago
Selected Answer: A
The way I read it, Direct connect takes ages to configure, downtime will be a long time. So, no C&D. B seems very temperamental to me, having to execute a script, what if the customer is offline at this time, can they execute the script?? A for me is the best, automated solution with low amount of downtime.
upvoted 2 times
...
tinyshare
3 years, 8 months ago
You need autoscaling group, not cloudFormation, so B and D are out. You need storage gateway, not direct connect, so C is out. Cloudformation is used to launch resources from a template, not for autoscaling.
upvoted 6 times
...
lovelyone
3 years, 8 months ago
Currently, the company has a one-way path to the internet while they use Direct connect they actually don't rely on ISP. When some downtime of the internet is happening the direct-connect will still alive. because of this reason D is the least amount of downtime
upvoted 2 times
gargaditya
3 years, 7 months ago
Direct Connect is betweern a VPC in AWS and the current data center. How will the company benefit from DX when it loses connection the current data center?
upvoted 1 times
...
...
borisrabin03
3 years, 8 months ago
A for sure , no need for direct connect c and d out. b does not mention auto scaling. so its A
upvoted 3 times
...
SandyIndia
3 years, 8 months ago
Ans is D: AWS DX to DC with Storage GW. solutions architect recommend solution Option A. don't have any solution of how to connect to AWS from DC to AWS. Only 2 ways to connect AWS from to DC. Internet VPN GW or DX.
upvoted 4 times
...
bubai01
3 years, 8 months ago
for route 53 to work with hybrid environment it should have a connectivity with on-premises either through VPN of DX . A&B doesn't mentioned anything about the connectivity with on-Premises. D is correct as C doesn't have storage gateway.
upvoted 1 times
swadeey
3 years, 8 months ago
And as per the question if DC is down, that means you have VPN and DX but site is down, so route 53 is useless as per you? As you say "for route 53 to work with hybrid environment it should have a connectivity with on-premises either through VPN of DX" and as per question "he company is not ready to fully migrate to the AWS Cloud, but it wants a failure environment on AWS in case the on-premises data center fails." Since as per you all answers have Route 53 and it won't work in situation, hence all answers are wrong?
upvoted 2 times
...
...
Abdullah777
3 years, 8 months ago
not sure but I see B with the cloud formation will speed up the creation of the infrastructure. Why not B? I dont like to be against the all opinions.
upvoted 1 times
noahsark
3 years, 8 months ago
question asked for LEAST amount of downtime. A = infrastructure already created. B = infrastructure will be created, may take additional few minutes. my 2 cents.
upvoted 14 times
...
...
syu31svc
3 years, 8 months ago
"not ready to fully migrate to the AWS Cloud" -> C and D are wrong since AWS Direct Connect connection would mean migration Between and A and B, I'd take A since there is load balancing with auto scaling to set up a "failure environment" in AWS; CloudFormation from a script takes time and in the event of an on-premises failure, resources would fail to provision
upvoted 8 times
cherry23
3 years, 8 months ago
DC Doesn't mean migration: https://aws.amazon.com/directconnect/ AWS Direct Connect is a cloud service solution that makes it easy to establish a dedicated network connection from your premises to AWS. Using AWS Direct Connect, you create a private connection between AWS and your data center, office, or colocation environment. This can increase bandwidth throughput and provide a more consistent network experience than internet-based connections.
upvoted 1 times
...
...
KK_uniq
3 years, 8 months ago
Lets go with A
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...