AWS Solution Architect - Associate
🇬🇧
In English
In English
Practice Known Questions
Stay up to date with your due questions
Complete 5 questions to enable practice
Exams
Exam: Test your skills
Test your skills in exam mode
Learn New Questions
Manual Mode [BETA]
Select your own question and answer types
Other available modes
Learn with flashcards
Complete the sentence
Listening & SpellingSpelling: Type what you hear
SpeakingAnswer with voice
Speaking & ListeningPractice pronunciation
TypingTyping only mode
AWS Solution Architect - Associate - Leaderboard
AWS Solution Architect - Associate - Details
Levels:
Questions:
132 questions
🇬🇧 | 🇬🇧 |
How do you allow EC2 instances in the private subnet to access internet? | NAT Instances (outdated) or NAT Gateway |
How do you make a private Instance get only outbound Internet connectivity? | In the route table, create a route from 0.0.0.0/0 to NAT Instance |
To connect to AWS services using a private network, will you use VPC Endpoint ot NAT Gateway? | VPC Endpoint |
How do you secure Direct Connect? | AWS Direct Connect + VPN |
The only service in AWS that supports IP MultiCast? | Transit Gateway |
If you need a high performance hardware disk on EC2, what would you use? | EC2 Instance store |
For applications that need more than 16000 IOPS, which EBS Volume type will you choose? | Provisioned IOPS SSD |
Which spot fleet strategy offers the possibility of fewer interruptions? | Capacity-optimized |
Which load balancer must be used to forward the requests without any header modification? | Network Load Balancer |
Which Load balancer supports forwarding to two different ports of the same instance? | Application Load Balancer |
With Application Load Balancer (ALB), is EC2 instance wants to look at client IP, which header it has to look at? | X-Forwarded-For |
Which option allows to provision both On-Demand and Spot instances (or a mix)? Launch Templates or Launch Configuration? | Launch Template |
What can you specify as Principal in a resource based policy? | Account, User, Role, or Federated user |
Name the client library to encrypt objects before uploading to S3 (for client side encryption)? | Amazon S3 Encryption Client |