AWS Certified Solutions Architect Associate
Table of content
- Table of content
- About the exam
- Learning resources
- Active learning
- Fundamentals
- Identity & Governance
- ACM (AWS Certificate Manager)
- Networking
- Compute
- ECS
- Storage
- Integration
- KMS (Key Management Service)
- Cloud Formation
- CloudWatch & Observability
- Tips
About the exam
https://aws.amazon.com/certification/certified-solutions-architect-associate/
Learning resources
Main resource: https://learn.cantrill.io/p/aws-certified-solutions-architect-associate-saa-c02
Practice exams (dojo): https://portal.tutorialsdojo.com/product/aws-certified-solutions-architect-associate-practice-exams/
Active learning
Basic questions for active learning. Start the session by answering all the questions and mark the answers with emojis depending on the result (see the table below).
Bolded items are either important to understand or there is high likelihood that they will appear on the exam.
Answer Status | Description |
---|---|
👍 | You've answered correctly first time, skip repetition for the next session |
✋ | You've answered the question only partially right, include the question in the next session |
👎 | You've answered the question wrong and had to lookup the answer. Start from those questions in the next session |
You can easily add emojis to markdown by typing :emojiname:
- thumbs up:
:+1:
- thumbs down:
:-1:
- hand:
:hand:
Easiest way to to learn yourself is to:
- clone this repository
- make a copy of this file
- use this regex expression to select and remove (replace with empty) all the
<details>
tags (they contain the answers to the questions)<(details)>(.|\n)*?</details>
, remember to toggle "use regular expressions" in the search box if you are using VS Code. If you are using vim/nvim use this command instead:g/<details>/,/<\/details>/d _
- save the file as a learning session, grade yourself for answers
- IMPORTANT: lookup in the original file if you don't know the answer at all
- leave the files with dates of each learning session and start next session from the ones you didn't know the answers for
Fundamentals
Cloud Environment
- On-Demand Self Service
- Broad Network Access
- Resource Pooling (multi-tenancy)
- Rapid elasticity
- Measured Service (pay as you go)
AWS Fundamentals
- What is the difference between public and private services?
- Describe different types of high availability (regional, zonal, etc)
Identity & Governance
Accounts
- An account is a container, what it can contain?
click to see the answer
- What is required to create AWS account?
click to see the answer
- How are resources grouped?
Details
- Can the same email address be used with multiple accounts?
Details
- Can account root user login into multiple accounts?
Details
- What are called the things that you can create inside of the account?
click to see the answer
- What is the default access mode for an account for external actors?
Details
- What set of permissons does new IAM Identity starts with?
Details
- What are the 3 alarm states?
click to see the answer
IAM
-
How/where to allow IAM user access to billing information?
-
How is IAM resilient?
-
What identity objects IAM let us create?
click to see the answer
-
Does users type represents only human users?
-
What is the necessary condition for a policy to have an effect?
-
Is IAM authentication service as well as identity management and authorization?
-
How much does IAM cost?
-
Why IAM account aliases must be globally uniq?
-
How many access keys can IAM user have?
-
What variable to setup for the aws cli to designate a default profile?
click to see the answer
-
Can external identiy be used to access AWS resources?
-
When to use IAM Role?
-
When does principal became authenticated identity?
-
How can you login into an IAM group?
click to see the answer
-
Can IAM groups be nested?
-
Can IAM user be a member of more than one group?
-
Can you reference an IAM Group from a resource policy?
-
What are the two types of authentication for IAM?
click to see the answer
-
What does ARN stand for?
-
What is the ARN structure?
click to see the answer
-
How many IAM users can be created in an account?
click to see the answer
-
How many IAM groups can a user be a member of?
click to see the answer
-
What does SCP stand for
click to see the answer
-
How do you call a nested grouping within an organization?
click to see the answer
-
Is the root "management" account of an organization affected by SCP?
click to see the answer
-
What is the main role of an SCP?
click to see the answer
-
Can you attach an identity policy to someone's else account?
click to see the answer
-
What is more preferable, Roles or IAM User?
click to see the answer
Cognito
-
What functionality does cognito provide?
click to see the answer
-
What are identity pools?
-
Can the JWT tokens be used to access AWS resources?
click to see the answer
ACM (AWS Certificate Manager)
- What is origin access identit?
- Can/Should you reuse one OAI?
TODO: pick up here
Policies
-
What are 2 main types of policies?
click to see the answer
-
When to use inline policy?
click to see the answer
Networking
Networking Fundamentals
-
How many layers are there in OSI model? 👍
-
What groups are OSI layers divided into? 👍
-
Does the device on a higher layer include the capabilities of the devices in layers below it? Why? 👍
-
If a network consists of 5 participants and a HUB, when participant 1 broadcasts a signal, how many participants will receive it? 👍
-
In a network with a HUB, what happens when participants transmit a broadcast at once? 👍
-
Describe on a high level frame components 👍
-
What is a backoff period? 👎
-
What does MAC stands for? :hand:
-
What layer switch belongs to?
-
What layer does router belong to?
-
What are the two components of an IP address?
-
How does subnet mask and its prefix indicate which octets describe network?
-
What does ARP stand for?
-
What is the high level structure of a TCP packet?
-
How does TCP ensures packets delivery reliability?
-
What does NAT do?
-
What is static NAT?
-
What is dynamic NAT?
-
What does PAT stand for?
-
The larger the CIDR value the .... the network.
-
Explain briefly what are network classes
click to see the answer
-
Explain what are CIDR networks and how to calculate CIDR
click to see the answer
-
What CIDR represents all IP addresses
click to see the answer
-
What CIDR represents 1 IP address
click to see the answer
VPC
-
How many default VPCs per region/per account are there?
click to see the answer
-
What are the CIDR limits for AWS VPC
click to see the answer
-
Can you launch an AWS service directly into a VPC?
click to see the answer
-
What is a good default number or VPCs subnets and why?
click to see the answer
-
What is the level of isolation & resiliency for a VPC?
click to see the answer
-
What is the default setting for the in and outgoing traffic in a VPC?
click to see the answer
-
What are the VPC's tenancy models?
click to see the answer
-
What settings to use to enable DNS hostnames for entities with public IP addresses in a VPC and switch on DNS support?
click to see the answer
-
What is the subnet resiliency level?
click to see the answer
-
Can a subnet be in multiple AZs?
click to see the answer
-
Can the subnet be moved into another AZ?
click to see the answer
-
Can a subnet overlap with other subnets?
click to see the answer
-
Can you use all the available IP addresses in a subnet?
click to see the answer
-
Are there any charges for creating VPCs and Subnets?
click to see the answer
-
How to get VPC router into your VPC?
click to see the answer
-
What is the role of VCP Router
click to see the answer
-
How many route tables can a subnet have associated with it?
click to see the answer
-
What does the route table control?
click to see the answer
-
What is the resiliency mode of an internet gateway?
click to see the answer
-
How many IGW can a VPC have?
click to see the answer
-
What happens is a VPC has an IGW?
click to see the answer
-
List actions required to make a subnet public
click to see the answer
-
Where is the public IP of a service (for example EC2) running in a VPC maintained?
click to see the answer
-
What does NACL stand for?
click to see the answer
-
Is Security Group stateless or stateful?
click to see the answer
-
What is the implicit setting for a security group?
click to see the answer
-
In a security group is traffic and response separate?
click to see the answer
-
Why would you use NACL in combination with an SG?
click to see the answer
-
If the traffic is not crossing the boundary of a subnet, would you use NACL or SG?
click to see the answer
-
What does IP masquerading do?
click to see the answer
-
What is the resiliency level of a NAT Gateway?
click to see the answer
-
Does a NAT Gateway work with IPv6?
click to see the answer
-
What SSH option is used to connect secrely to a Bastion server?
click to see the answer
-
What are points of failure for VPN site-to-site connection?
click to see the answer
-
What are VPC flow logs?
-
Do VPC flow logs capture metadata or contents of a request?
click to see the answer
VPC Peering
- Can you peer more than one VPC together?
Details
Route 53
- What is the difference between a hosted zone and a hosted zone group?
- Which DNS record points to IPv6 address?
- What is the difference between a CNAME and an ALIAS?
click to see the answer
- What does CNAME stand for?
- Can CNAMEs point to an IP address?
- How many DNS root servers exist?
Details
Public Hosted Zones
- What are R53 public hosted zones?
- How many name servers does R53 alocate?
- What records to use to point at the hosted name servers?
- What is the DNS resolver in a VPC instance?
Details
Private Hosted Zones
- Can you access the zone in the VPC?
- How to run intranet and public facing web page on the same DNS?
Details
Routing Types
-
What is simple routing?
-
What are health checkers?
-
Can health checks be performed on targets outside of AWS resources?
-
What protocols are supported by health checkers?
-
What checks are supported?
Details
-
What is failover routing?
Details
-What is failover routing?
-
What is a multivalue routing
Details
-
What is a weighted routing
-
What is the weight formula
Details
-
When to use latency based routing
-
When to use geo-location based routing
Details
-
When to use geo-proximity routing?
-
What is a geo-proximity bias?
Details
-
What is the difference between Route 53 routing policies and load balancing?
Details
Registering a domain
-
What are different scenarios for registering a domain
click to see the answer
Load Balancers
-
What is LCU?
-
How load balancer is priced?
-
Describe briefly ALB architecture
-
How many load balancing nodes does ALB have as a minimum?
-
What is the default distribution algorithm?
-
What is cross zone load balancing?
-
What is a listener configuration?
-
What types of load balancers are there?
click to see the answer
-
How can load balancer handle SSL offloading?
click to see the answer
-
What is session stickiness?
-
How does a load balancer enable session stickiness?
click to see the answer
Application Load Balancer (ALB)
- What layer is ALB on?
Details
- What makes ALB internet facing?
Details
Network Load Balancer (NLB)
- What layer is NLB on?
- Is NLB a performance-oriented load balancer?
Gateway Load Balancer
-
What is the usecase for a gateway load balancer?
click to see the answer
-
What are 2 components of a GWLB?
click to see the answer
-
What protocol is used by GWLB?
click to see the answer
-
How does GWLB endpoint integrates with the existing VPC traffic?
click to see the answer
Cloud Front
- What does CDN stand for?
Global Accelerator
- What are anycast IP addresses?
Compute
RDS
-
What are some of the downsides of putting a database on EC2 instnace?
-
What is an RDS Instance?
-
Can you connect to RDS instance using IP?
Details
-
What is the resiliency level of an RDS instance?
Details
-
Explain pricing model of RDS
Details
-
Can you reuse an security group with RDS?
Details
-
Why do we need to configure subnet groups when provisioning an RDS database instance?
-
Is the multi AZ feature available in the free tier?
Details
-
Can the standby replica be accessed directly?
Details
-
What is synchronous Replication
Details
RDS Backup & Restore
-
What are RTO and RPO? RP(oint)O - time between last working backup and data loss event RT(ime)O - time between data loss event and full recovery
-
Do manual snapshots expire?
Details
-
What are transaction logs? Stored every 5 minitest (lowers RPO)
-
Do automated backups expire?
Details
-
How does the restore process work?
Details
-
Can read replicas be created in a different regions?
Details
-
How many read replicas can you have per RDS DB Instance?
Details
-
Why do read replicas matter?
click to see the answer
Data Security
- How is encryption at rest supported?
Details
EC2
-
👍 What does EC2 stand for?
click to see the answer
-
Is EC2 going to fail when az (zone) fails?
-
👍 Are you still getting charged when EC2 instance is stopped? If yes for what component?
click to see the answer
-
👍 Is deleting an EC2 instance a reversible operation?
click to see the answer
-
What does AMI stand for?
-
What kinds of permissions are on the AMI?
-
What port number RDP service runs on?
click to see the answer
-
How many times can you download private key for linux EC2 instance?
-
Can a single security group apply to multiple EC2 instances?
-
What is the resiliency model of EC2
click to see the answer
-
After restarting EC2 instance, will it move to another random host?
click to see the answer
-
What are the two conditions under which the instance can be relocated to another EC2 host?
click to see the answer
-
What are the 5 EC2 instance types
click to see the answer
-
Explain storage types that can be attached to EC2
click to see the answer
-
Explain key differences between Block, Volume and Object Storage
-
Can you attach EBS storage between availability zones?
click to see the answer
-
What mechanism can be used to create snapshots of EBS volumes between AZs?
click to see the answer
-
What are 2 volume types available?
click to see the answer
-
What is an IO Credit and how big is it?
click to see the answer
-
What is an IOPS?
click to see the answer
-
What EBS drives are designed for max performance?
-
What are 2 types of HDD drives?
click to see the answer
-
What are Instances Store Volumes?
click to see the answer
-
When to choose EBS vs Instance Store Volumes
-
How does incremental copy work in S3 snapshots
click to see the answer
-
What happens when incremental snapshot is deleted
click to see the answer
-
Explain what it means that the EBS snapshot volume restores lazily
click to see the answer
-
How many FRS you can have per region?
click to see the answer
-
How does snapshot pricing work?
click to see the answer
-
Can EC2 network interfaces be in different AZs?
click to see the answer
-
What does AMI stand for?
click to see the answer
-
Are AMIs global?
click to see the answer
-
Explain briefly lifecycle of AMI
click to see the answer
-
What is "AMI baking"?
click to see the answer
-
Can AMI be edited/updated?
click to see the answer
-
What are you paying for when using AMI
click to see the answer
-
What is EC2 Instance Metadata This is data about runtime environment of the instance
-
What IP do you need to access to see the Instance Metadata information?
click to see the answer
-
Is the metadata service encrypted?
click to see the answer
-
Does the metadata service require authentication?
click to see the answer
-
How to access user data for EC2 build automation?
click to see the answer
-
What metric measures how much time does it take to get a service in a ready state?
click to see the answer
-
What is an instance profile?
click to see the answer
-
Can you use parameter store to store secrets?
click to see the answer
-
What types of parameters can be stored in PS?
click to see the answer
-
How to capture logs inside of an EC2 instance?
click to see the answer
-
What technology is used in enhanced networking?
click to see the answer
-
What is launch configuration and launch template?
-
Are launch configurations editable?
click to see the answer
Auto Scaling Groups
-
Where are auto scaling groups defined?
-
What are the 3 characteristics of an auto scaling group?
click to see the answer
-
Are auto scaling groups regional?
click to see the answer
-
What are scaling policies?
-
What are sub types of dynamic scaling?
click to see the answer
ECS
-
What modes does ECS run in
click to see the answer
-
What is task?
click to see the answer
-
What is task role?
click to see the answer
-
What is service definition?
click to see the answer
-
What are the main ECS concepts
click to see the answer
Lambda
-
What resource can you allocate to lambda? 👍
click to see the answer
-
What is the execution time limit on a lambda function? 👍
click to see the answer
-
What are cloud watch events and EventBdirge?
-
What is Lambda edge?
-
What languages do lambda edge support?
click to see the answer
Storage
S3
-
What are the 2 constituent parts of S3 object?
-
What is the size limit of a single object?
-
Are buckets regional?
-
Does a bucket name have to be globally uniq?
-
How many objects can be stored in 1 bucket?
-
Can objects be nested in the bucket?
-
How can you simulate a folder name in a bucket?
-
What is another name that folders are refereed as?
-
What are the naming rules for a bucket?
click to see the answer
-
How many buckets can you have in an account?
click to see the answer
-
Can you mount an S3 bucket like a block storage?
-
Are S3s public by default?
click to see the answer
-
What is the difference between S3 resource policy and identity policy?
-
What is an anonymous principal?
click to see the answer
-
How many policies can there be assigned to an S3 bucket?
click to see the answer
-
What name requirement is there in an S3 bucket when you want to use it as static page hosting with a custom domain?
-
What field is used to identify a version of an object?
click to see the answer
-
How to fully delete a versioned object?
click to see the answer
-
What is MFA delete
-
What does SSE-C stand for?
click to see the answer
-
What are the benefits of SSE-C model?
click to see the answer
-
What does SSE-S3 stand for?
click to see the answer
-
What are the benefits of SSE-S3 model?
click to see the answer
-
What algorithm does SSE-S3 uses by default?
click to see the answer
-
What does SSE-KMS stand for?
click to see the answer
-
What are the benefits of SSE-KMS model?
click to see the answer