Exam Flashcards

1
Q

What 2 things should you do to improve the deployment time of an Elastic Beanstalk application that has a lot of dependencies?

A
  • Create a Golden AMI with your application

- Create a new Beanstalk Environment for each application and apply blue/green pattern

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What gateway should you use if you would like to replace your on-premise NFS v3 drive with something that will leverage the huge capacity of Amazon S3?

A
  • File Gateway
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Your bank has an on-premise key store and wants to migrate it to the cloud. It needs to support asymmetrical encryption. What service do you recommend?

A

Cloud HSM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are 3 reasons why a website cannot connect to the database anymore?

A
  • DB Security Group inbound rules have changed
  • NACL inbound rules have changed
  • NACL outbound rules have changed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When deleting a CLoudformation stack, what should you do to keep a snapshot of the EBS volumes for backup and compliance purposes?

A

Use DeletionPolicy=Snapshot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can you gain access AWS ISO Certs?

A

Use AWS Artifact

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How should MFA-Delete be enabled on an S3 bucket?

A

Use the root account with the CLI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

You have an ASG in which the Terminate process is suspended. Your ASG goes into a rebalance, what will happen?

A

The rebalance will start and the EC2 instances will launch. The ASG will grow to 10% of its size and they will not terminate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the best way to properly get billing reports for the different company departments?

A

Use Cost Allocation Tags

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you share an AMI with other AWS accounts that belong to the same organization?

A

Edit the account list that can see the AMI from the AMI console UI and the other accounts can start using it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What do you do if you want to monitor the number of users that are connected over time, in each region?

A

Create one Cloudwatch Dashboard and add a graph per region using the region selector in the top right corner of the AWS console

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What can you do to access EC2 logs that are part of a Cloudformation stack using cfn-init?

A

Set On_Failure=Do_Nothing to give you time to debug the logs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Do you need an IAM role to submit an cfn signal?

A

no

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How can you automate restarting an app if the CPU exceeds a limit?

A

Create a Cloudwatch Alarm when CPU Utilization reaches 100% for 3 periods out of 5 minutes and trigger an EC2 reboot action

How well did you know this?
1
Not at all
2
3
4
5
Perfectly