AWS Solutions Architect - Associate Exam

5.0(1)
studied byStudied by 17 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/723

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

724 Terms

1
New cards

Are Network ACLs stateful or stateless?

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

2
New cards

Are security groups stateful or stateless?

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

3
New cards

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

4
New cards

How can you allow public access to an S3 bucket?

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

5
New cards

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

Both

6
New cards

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

True

7
New cards

What is a bootstrap script?

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

8
New cards

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

Compute optimized, GPU, Memory optimized, and Storage optimized

9
New cards

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

Throughput Optimized HDD - st1

10
New cards

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

AWS EFS

11
New cards

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

Create a read replica

12
New cards

What database(s) is Aurora compatible with?

MySQL and PostgreSQL

13
New cards

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

Aurora Serverless

14
New cards

Define strongly consistent reads?

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

15
New cards

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

AWS Keyspaces

16
New cards

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

17
New cards

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

True

18
New cards

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

True

19
New cards

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

Kinesis

20
New cards

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

True

21
New cards

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

Amazon MQ

22
New cards

What 2 types of MQ engines are supported?

RabbitMQ and ActiveMQ

23
New cards

(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

24
New cards

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

Glue

25
New cards

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

False, use Snowball

26
New cards

How can you accomplish client-side encryption for S3?

Encrypt the files yourself before you upload to S3

27
New cards

(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.

28
New cards

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

AWS Outposts rack

29
New cards

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

AWS Backup

30
New cards

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

False

31
New cards

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

Neptune

32
New cards

(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.

33
New cards

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

Athena

34
New cards

What is Trusted Advisor?

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

35
New cards

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

Pinpoint

36
New cards

How are NACL rules evaluated?

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

37
New cards

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

AWS CloudHSM

38
New cards

In what EC2 states can you change security groups?

Running or Stopped

39
New cards

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

AWS AppFlow

40
New cards

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

AWS MSK

41
New cards

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

42
New cards

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

Only Reboot will preserve data

43
New cards

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

The instance with the oldest launch configuration will be deleted

44
New cards

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

45
New cards

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

AWS Cost and Usage Reports

46
New cards

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

AWS VPN

47
New cards

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

AWS Snowball Edge

48
New cards

What is a Region?

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

49
New cards

What is an Availability Zone (AZ)?

one or more discrete data centers housed in separate facilities

50
New cards

What is an Edge Location?

Endpoints for AWS that are used for caching content

51
New cards

AWS Shared Responsibility Model - What is AWS Responsibility?

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

52
New cards

AWS Shared Responsibility Model - What is Your Responsibility?

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

53
New cards

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

Encryption

54
New cards

Is AWS IAM a universal or regional service?

Universal - regions do not apply

55
New cards

What permissions are missing from the root user on creation?

None - the root account has complete administrative access

56
New cards

What permissions does a user have on creation?

No permissions

57
New cards

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

5 TB

58
New cards

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

Unlimited

59
New cards

Is AWS S3 a universal or regional service?

Universal - regions do not apply

60
New cards

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

HTTP 200 Status Code

61
New cards

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

mybucket

62
New cards

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

myfile.jpg

63
New cards

What is an AWS S3 Key?

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

64
New cards

What is an AWS S3 Value?

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

65
New cards

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

Store multiple versions of the same object

66
New cards

What is AWS S3 Metadata?

Data about the data you are storing

67
New cards

Are AWS S3 buckets public or private by default?

Private

68
New cards

What is an S3 Object ACL?

S3 access control lists that manage access to buckets and objects

69
New cards

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

disabled

70
New cards

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

71
New cards

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

72
New cards

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

AWS S3

73
New cards

How can you scale AWS S3?

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

74
New cards

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

You can't - it can only be suspended

75
New cards

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

Use MFA and versioning

76
New cards

Which S3 storage class is least durable?

One Zone-Infrequent Access

77
New cards

Which S3 storage class is suitable for most workloads?

Standard

78
New cards

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

Standard-Infrequent Access

79
New cards

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

One Zone-Infrequent Access

80
New cards

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

81
New cards

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

Glacier Deep Archive

82
New cards

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

Intelligent Tiering

83
New cards

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

Glacier Instant Retrieval

84
New cards

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

Lifecycle Management rules

85
New cards

What does a WORM model stand for?

Write once, read many

86
New cards

How can you accomplish a WORM model in S3?

Use an S3 Object Lock

87
New cards

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

Governance mode and Compliance mode

88
New cards

What is a Compliance mode for S3 Object Locks?

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

89
New cards

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

No users

90
New cards

What is a Governance mode for S3 Object Locks?

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

91
New cards

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

S3 Glacier Vault Lock

92
New cards

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.

93
New cards

What are the options for encrypting S3 in transit?

SSL/TLS or HTTPS

94
New cards

What are the options for encryption S3 at rest?

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

95
New cards

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

96
New cards

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

folder1/subfolder1

97
New cards

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

3500

98
New cards

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

5500

99
New cards

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

100
New cards

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

False