Design for Organizational Complexity Flashcards

1
Q

How to add accounts from another AWS Organization to your existing Security Hub?

A

Send invites from a Security Hub administrator account

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

Tool to transport VPC flow logs to Amazon OpenSearch

A

Amazon Kinesis Firehose

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

Infrastructure as code when you want to allow users to use the templates without granting them direct permissions to create resources

A

AWS Proton

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

Tool to generate daily cost and usage reports for an Organization that are saved to S3

A

AWS Cost and Usage Reports

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

Which tool to set up a WordPress site for someone with zero AWS experience

A

Lightsail

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

To Handle private DNS for multiple VPCs in S3, do you

A. Create a Private Hosted Zone for each VPC and configure replication between them.

B. Create a single Private Hosted Zone and associate each VPC with it as you create them.

A

B. Create a single Private Hosted Zone and associate each VPC with it as you create them.

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

How to trigger events when someone deploys an AWS Service Catalog product?

A

Amazon CloudWatch to monitor Service Catalog and trigger a Lambda or Step Function.

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

You currently have Route53 configured to route www.example.com to an ELB. How would you also allow users to use example.com

A

Create an alias record that routes example.com to the ELB.

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

What tool for an automated lift-and-shift solution to migrate a wide variety of servers and OSs?

A

AWS Application Migration Service

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

How to handle single sign on for on-prem Active Directory

A

AWS SSO

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

How to enable your Direct Connect to access VPCs in other regions.

A

Set up a private virtual interface for your Direct Connect connection to a Direct Connect gateway and associate the Direct Connect gateway with the virtual private gateway of the VPC.

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

How to have Route 53 use an on-premises DNS resolver

A

In the Route 53 Resolver:

  1. Create an outbound endpoint.
  2. Define rules to specify which DNS queries are to be forwarded to the on-premises DNS resolver
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How to have RDS instance storage adapt to additional storage requirements without manual intervention?

A

Enable Storage autoscaling

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

What service to transfer files over FTP?

A

AWS Transfer Family

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

Tool for log analytics

A

Amazon OpenSearch

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

CloudWatch metric to determine available storage for an RDS instance

A

FreeStorageSpace

17
Q

Recommended way to share Lake Formation database tables across accounts

A

Lake Formation tag-based access control (LF-TBAC)

18
Q

Solution to redirect users to different sites based on device type.

A

Use a Lambda@Edge function with Cloudfront

19
Q

Tool to require all accounts in an Organization to back up all DynamoDB tables weekly?

A

AWS Backup to define policies and AWS Organizations to enable them.

20
Q

Which tool to establish relationships with on-prem Active Directory directories

A

AWS Directory Service for Microsoft Active Directory

21
Q

How do you implement multiple statement elements for a Service Control Policy?

A

Combine then into one statement element with an object array.

22
Q

How to integrate VPCs on newly acquired accounts into a hub-and-spoke network architecture

A

Initiate a peering attachment between the hub gateway and all new VPCs. Setup routes on the spoke VPCs to direct traffic .

23
Q

Does Lambda@Edge guarantee the persistence of global variables?

24
Q

CloudWatch metric to determine available storage for an Aurora DB

A

FreeLocalStorage

25
Should business units with shared security requirements share an Organizational Unit?
No, business units should have their own Organizational Unit
26
What are the two types of AWS Config Aggregators?
Individual accounts aggregators and organization aggregators
27
What section of a business should have its own accounts within an Organizational Unit
Project groups. Business units should have an Organizational Unit that contains those accounts.
28
How do you restrict a service-linked role with a SCP?
You can't.
29
How to have a single Aurora database span multiple regions?
Amazon Aurora Global Database
30
S3 Routing based on the location of your users?
Geolocation routing
31
S3 Routing based on the location of your resources?
Geoproximity routing
32
What is active-passive failover?
When your secondary group of resources are on standby until a failover happens
33
What is active-active failover?
When your resources in different regions are all primary resources and the failover simply bypasses any that aren't working
34
What types of subnets can an Elastic IP be used in?
Public only
35
What is the minimum number of Availability Zones you can use for Multi-AZ RDS?
2
36
How to allow an account in an Organization to not share its Reserved Instances?
You have to turn off sharing on the master account for that OU
37
Your ECS cluster cannot access ECR. What do you do?
38
Trusted access vs cross-account access
Trusted access for accounts in the same Organization. Cross-account access for accounts outside of the Organization.