AWS Solutions Architect - Associate Exam

studied byStudied by 15 people
5.0(1)
Get a hint
Hint

Are Network ACLs stateful or stateless?

1 / 723

flashcard set

Earn XP

Description and Tags

724 Terms

1

Are Network ACLs stateful or stateless?

Stateless. Responses to allowed inbound traffic are subject to rules for outbound traffic

New cards
2

Are security groups stateful or stateless?

Stateful - you only specify an inbound port, and the traffic will automatically be let back out

New cards
3

What are the 4 steps to secure an AWS Account?

Enable Multi-Factor Authentication on the root account, create IAM group for administrative activity and assign permissions to that group, create user accounts for admins, add users to the admin IAM group

New cards
4

How can you allow public access to an S3 bucket?

You have to allow public access on both the bucket and its objects

New cards
5

Can you apply Object Locks to S3 objects, buckets, or both?

Both

New cards
6

(True/False) You can attach and detach roles to running EC2 instances without having to stop or terminate them.

True

New cards
7

What is a bootstrap script?

A script that runs when the EC2 instance first runs, run by the root user

New cards
8

What are the four types of instances that can be launched in a placement group?

Compute optimized, GPU, Memory optimized, and Storage optimized

New cards
9

If you need storage suitable for big data, data warehouses, or ETL, which EBS type should you choose?

Throughput Optimized HDD - st1

New cards
10

If you need a highly scalable shared storage using NFS, what AWS service should you use?

AWS EFS

New cards
11

If you have bottlenecks in performance in your RDS, what should you consider doing?

Create a read replica

New cards
12

What database(s) is Aurora compatible with?

MySQL and PostgreSQL

New cards
13

If you need a relatively simple, cost-effective option for infrequent, intermittent or unpredictable workloads, which AWS database should you choose?

Aurora Serverless

New cards
14

Define strongly consistent reads?

Returns a results that reflects all writes that received a successful response prior to the read.

New cards
15

If you need to migrate a big data Cassandra cluster to AWS, what database should you use?

AWS Keyspaces

New cards
16

How can you enable instances in a private subnet to send outbound traffic to the internet using IPv4, while preventing the internet from establishing connections to the instances?

Use a public NAT (Network Address Translation) Gateway

New cards
17

(True/False) You can set SNS notifications to alert you about failed health checks.

True

New cards
18

(True/False) The standard metric is delivered every five minutes.

True

New cards
19

If you need a real-time logging service, what AWS service should you use?

Kinesis

New cards
20

(True/False) Auto scaling groups should be spread out over 2+ Availability Zones.

True

New cards
21

If you need a managed messaging broker service, what service should you use?

Amazon MQ

New cards
22

What 2 types of MQ engines are supported?

RabbitMQ and ActiveMQ

New cards
23

(True/False) If you see messaging protocols like JMS, AMQP 0-9-1, AMQP 1.0, MQTT, OpenWire, or STOMP, then you should look for an answer involving AWS Batch.

False, look for an answer with Amazon MQ

New cards
24

If you need a serverless ETL service, what service should you choose?

Glue

New cards
25

(True/False) Snowcones are perfect for moving many terabytes of data.

False, use Snowball

New cards
26

How can you accomplish client-side encryption for S3?

Encrypt the files yourself before you upload to S3

New cards
27

(True/False) AWS EC2 - dedicated instances and dedicated hosts are interchangeable terms meaning the same thing.

False. Dedicated instances run on dedicated hardware, but that hardware is not locked down to you, so it could switch to a different machine if you stop/start an instance. This is unlike a dedicated host where the same physical server is dedicated to you every time.

New cards
28

If you have a large deployment, which AWS Outpost service should you choose?

AWS Outposts rack

New cards
29

If you need better compliance and auditing over your backup policies, which AWS service should you choose?

AWS Backup

New cards
30

(True/False) You can't share Aurora snapshots with other AWS accounts.

False

New cards
31

If you see a scenario talking about graph databases, what AWS database should you use?

Neptune

New cards
32

(True/False) You can only use Amazon Managed Service for Prometheus for Amazon EKS clusters.

False, you can also implement this on your own self-managed cluster.

New cards
33

If you need serverless SQL commands or querying data in S3, what AWS service should you choose?

Athena

New cards
34

What is Trusted Advisor?

An online resource that inspects and provides recommendations to improve performance, security, and cost optimization

New cards
35

If you need engagement with customers, possibly using machine learning to predict engagement interactions, what service should you use?

Pinpoint

New cards
36

How are NACL rules evaluated?

By rule number lowest to highest, and immediately executed when a matching rule is found

New cards
37

What service would you use to manage dedicated hardware security module instances, for generation and storage of encryption keys?

AWS CloudHSM

New cards
38

In what EC2 states can you change security groups?

Running or Stopped

New cards
39

What AWS service should you choose for management of exchange of data between SaaS vendors and AWS services?

AWS AppFlow

New cards
40

What AWS service should you use for integrating Apache Kafka for messaging?

AWS MSK

New cards
41

If you have a requirement for auto scaling with EC2, and need to accommodate high traffic with extreme performance, what type of Load Balancer should you choose?

Network Load Balancer

New cards
42

Which of the following will preserve data on the instance store volume storage: Reboot, Stop, Terminate, Hardware Failure?

Only Reboot will preserve data

New cards
43

What is the default termination policy for Auto Scaling (which instance will be deleted)?

The instance with the oldest launch configuration will be deleted

New cards
44

How can you set up RDS for multi-region DR?

Create a cross-region read replica and promote to be standalone in the event of a failure

New cards
45

What AWS service should you use for generation of detailed reports in CSV format to S3?

AWS Cost and Usage Reports

New cards
46

Which AWS service provides a connection between an on-prem network and VPC, using secure and private connection with IPsec and TLS?

AWS VPN

New cards
47

If you need 50 TB of data transferred, with incredibly fast speeds, which AWS Snow service should you choose?

AWS Snowball Edge

New cards
48

What is a Region?

physical location in the world that consists of two or more Availability Zones

New cards
49

What is an Availability Zone (AZ)?

one or more discrete data centers housed in separate facilities

New cards
50

What is an Edge Location?

Endpoints for AWS that are used for caching content

New cards
51

AWS Shared Responsibility Model - What is AWS Responsibility?

Management of data centers, security cameras, cabling, patching RDS OS

New cards
52

AWS Shared Responsibility Model - What is Your Responsibility?

Security groups, IAM users, patching EC2 OS, patching databases on EC2

New cards
53

In the context of the AWS Shared Responsibility Model, what is a shared responsibility between you and AWS?

Encryption

New cards
54

Is AWS IAM a universal or regional service?

Universal - regions do not apply

New cards
55

What permissions are missing from the root user on creation?

None - the root account has complete administrative access

New cards
56

What permissions does a user have on creation?

No permissions

New cards
57

What is the biggest size file you can put in S3?

5 TB

New cards
58

What is the limit on total volume of storage for S3?

Unlimited

New cards
59

Is AWS S3 a universal or regional service?

Universal - regions do not apply

New cards
60

What will a successful CLI/APU upload to S3 generate?

HTTP 200 Status Code

New cards
61

Based on the S3 file mybucket.s3.us-east-1.amazonaws.com/myfile.jpg, what is the name of the bucket?

mybucket

New cards
62

Based on the S3 file mybucket.s3.us-east-1.amazonaws.com/myfile.jpg, what is the key?

myfile.jpg

New cards
63

What is an AWS S3 Key?

The object name (e.g., myfile.jpg)

New cards
64

What is an AWS S3 Value?

The data itself, which is made up of a sequence of bytes

New cards
65

What does an AWS S3 Version ID allow you to do?

Store multiple versions of the same object

New cards
66

What is AWS S3 Metadata?

Data about the data you are storing

New cards
67

Are AWS S3 buckets public or private by default?

Private

New cards
68

What is an S3 Object ACL?

S3 access control lists that manage access to buckets and objects

New cards
69

Are S3 Access Control Lists (ACLs) enabled or disabled by default?

disabled

New cards
70

If you're more interested in "What can this user do in AWS S3", should you use IAM policies, ACLs, or S3 bucket policies?

IAM policies

New cards
71

If you're more interested in "Who can access this S3 bucket", should you use IAM policies, ACLs, or S3 bucket policies?

S3 Bucket Policies

New cards
72

What AWS service could you use to host a static website in a cost-effective way?

AWS S3

New cards
73

How can you scale AWS S3?

You don't need to, S3 automatically scales with demand

New cards
74

How do you disable versioning in AWS S3 once it's been turned on?

You can't - it can only be suspended

New cards
75

What 2 features can you use to prevent accidental deletion in AWS S3?

Use MFA and versioning

New cards
76

Which S3 storage class is least durable?

One Zone-Infrequent Access

New cards
77

Which S3 storage class is suitable for most workloads?

Standard

New cards
78

Which S3 storage class is suitable for long-term, infrequently accessed critical data?

Standard-Infrequent Access

New cards
79

Which S3 storage class is suitable for long-term, infrequently accessed, non-critical data?

One Zone-Infrequent Access

New cards
80

Which S3 storage class is suitable for long-term data archiving that occasionally needs to be accessed within a few hours or minutes?

Glacier Flexible Retrieval

New cards
81

Which S3 storage class is suitable for rarely accessed data archiving with a default retrieval time of 12 hours?

Glacier Deep Archive

New cards
82

Which S3 storage class is suitable for unknown or unpredictable access patterns?

Intelligent Tiering

New cards
83

Which S3 storage class is suitable for long-lived data that is rarely accessed and requires milliseconds retrieval?

Glacier Instant Retrieval

New cards
84

What feature can help automate moving objects between storage tiers in S3?

Lifecycle Management rules

New cards
85

What does a WORM model stand for?

Write once, read many

New cards
86

How can you accomplish a WORM model in S3?

Use an S3 Object Lock

New cards
87

What are the two modes to select from for S3 Object Locks?

Governance mode and Compliance mode

New cards
88

What is a Compliance mode for S3 Object Locks?

A protected object version cannot be overwritten or deleted by any user

New cards
89

Which user(s) can overwrite a file that has an S3 Object Lock on it in Compliance mode?

No users

New cards
90

What is a Governance mode for S3 Object Locks?

You need special permissions to overwrite or delete an object or alter the lock settings

New cards
91

If you need a WORM model in S3 Glacier, what feature can you use?

S3 Glacier Vault Lock

New cards
92

What is S3 Glacier Vault Lock?

It allows you to enforce compliance controls for individual Glacier vaults with a vault lock policy. Once locked, the policy can no longer be changed.

New cards
93

What are the options for encrypting S3 in transit?

SSL/TLS or HTTPS

New cards
94

What are the options for encryption S3 at rest?

Server-side encryption (SSE) is possible using SSE-S3, SSE-KMS, SSE-C

New cards
95

How can you enforce encryption with a bucket policy?

You can deny all PUT requests that don't include the x-amz-server-side-encryption parameter in the request header

New cards
96

Based on the S3 file mybucket.s3.us-east-1.amazonaws.com/folder1/subfolder1/myfile.jpg, what is the prefix?

folder1/subfolder1

New cards
97

How many PUT/COPY/POST/DELETE requests can you get per second, per S3 prefix?

3500

New cards
98

How many GET/HEAD requests can you get per second, per S3 prefix?

5500

New cards
99

In terms of S3 performance, is it preferred to put all files in the same prefix or use many prefixes?

You get better performance by spreading your reads across different prefixes

New cards
100

(True/False) You can request a quota increase for KMS.

False

New cards

Explore top notes

note Note
studied byStudied by 11 people
... ago
5.0(2)
note Note
studied byStudied by 37 people
... ago
4.0(1)
note Note
studied byStudied by 18 people
... ago
5.0(1)
note Note
studied byStudied by 24 people
... ago
5.0(1)
note Note
studied byStudied by 8 people
... ago
5.0(1)
note Note
studied byStudied by 63 people
... ago
5.0(1)
note Note
studied byStudied by 32 people
... ago
5.0(1)
note Note
studied byStudied by 4 people
... ago
4.0(1)

Explore top flashcards

flashcards Flashcard (30)
studied byStudied by 63 people
... ago
5.0(2)
flashcards Flashcard (54)
studied byStudied by 34 people
... ago
5.0(1)
flashcards Flashcard (73)
studied byStudied by 3 people
... ago
5.0(1)
flashcards Flashcard (20)
studied byStudied by 616 people
... ago
4.0(4)
flashcards Flashcard (56)
studied byStudied by 47 people
... ago
5.0(3)
flashcards Flashcard (33)
studied byStudied by 241 people
... ago
4.7(3)
flashcards Flashcard (38)
studied byStudied by 3 people
... ago
5.0(1)
flashcards Flashcard (242)
studied byStudied by 6 people
... ago
5.0(1)
robot