AWS
Global Infrastructure 4 questions
- #1Explain the following
- Availability zone
- Region
- Edge location
- Availability zone
- #2True or False? Each AWS region is designed to be completely isolated from the other AWS regions
- #3True or False? Each region has a minimum number of 1 availability zones and the maximum is 4
- #4What considerations to take when choosing an AWS region for running a new application?
IAM 18 questions
- #5What is IAM? What are some of its features?
- #6True or False? IAM configuration is defined globally and not per region
- #7True or False? When creating an AWS account, root account is created by default. This is the recommended account to use and share in your organization
- #8True or False? Groups in AWS IAM, can contain only users and not other groups
- #9True or False? Users in AWS IAM, can belong only to a single group
- #10What are some best practices regarding IAM in AWS?
- #11What permissions does a new user have?
- #12True or False? If a user in AWS is using password for authenticating, he doesn't needs to enable MFA
- #13What ways are there to access AWS?
- #14What are Roles?
- #15What are Policies?
- #16A user is unable to access an s3 bucket. What might be the problem?
- #17What should you use to:
- Grant access between two services/resources?
- Grant user access to resources/services?
- Grant access between two services/resources?
- #18What statements AWS IAM policies are consist of?
- #19Explain the following policy:
{ "Version": "2012-10-17", "Statement": [ { "Effect:": "Allow", "Action": "*", "Resources": "*" } ] } - #20What security tools AWS IAM provides?
- #21Which tool would you use to optimize user permissions by identifying which services he doesn't regularly (or at all) access?
- #22What type of IAM object would you use to allow inter-service communication?
EC2 89 questions
- #23What is EC2?
- #24True or False? EC2 is a regional service
- #25What are some of the properties/configuration options of EC2 instances that can be set or modified?
- #26What would you use for customizing EC2 instances? As in software installation, OS configuration, etc.
- #27What is AMI?
- #28What are the different sources for AMIs?
- #29True or False? AMI are built for specific region
- #30Describe in high-level the process of creating AMIs
- #31What is an instance type?
- #32Explain the instance type naming convention
- #33True or False? The following are instance types available for a user in AWS:
- Compute optimized
- Network optimized
- Web optimized
- Compute optimized
- #34Explain each of the following instance types:
- "Compute Optimized"
- "Memory Optimized"
- "Storage Optimized"
- "Compute Optimized"
- #35What can you attach to an EC2 instance in order to store data?
- #36Explain Amazon EBS
- #37What happens to EBS volumes when the instance is terminated?
- #38What happens to the EC2 disk (EBS) when the instance is stopped?
- #39True or False? EBS volumes are locked to a specific availability zone
- #40Explain EBS Snapshots
- #41What are the use cases for using EBS snapshots?
- #42Is it possible to attach the same EBS volume to multiple EC2 instances?
- #43True or False? EBS is a network drive hence, it requires network connectivity
- #44What EBS volume types are there?
- #45If you need an EBS volume for low latency workloads, which volume type would you use?
- #46If you need an EBS volume for workloads that require good performance but the cost is also an important aspect for you, which volume type would you use?
- #47If you need an EBS volume for high-throughput, which volume type would you use?
- #48If you need an EBS volume for infrequently data access, which volume type would you use?
- #49Which EBS volume types can be used as boot volumes for EC2 instances?
- #50True or False? In EBS gp2 volume type, IP will increase if the disk size increases
- #51If you would like to have an hardware disk attached to your EC2 instead of a network one (EBS). What would you use?
- #52Explain EC2 Instance Store. Why would someone choose to use it over other options?
- #53Are there any disadvantages in using instance store over EBS?
- #54What is Amazon EFS?
- #55True or False? EFS is locked into a single availability zone
- #56What are some use cases for using EFS?
- #57True or False? EFS only compatible with Linux based AMI
- #58True or False? EFS requires the user to perform capacity planning as it doesn't scales automatically
- #59What EFS modes are there?
- #60Which EFS mode would you use if you need to perform media processing?
- #61What is the default EFS mode?
- #62What EFS storage tiers are there?
- #63What EC2 pricing models are there?
- #64True or False? Reserved instance has to be used for a minimum of 1 year
- #65Explain the following types of reserved instances:
- Convertible Reserved Instances
- Scheduled Reserved Instances
- Convertible Reserved Instances
- #66True or False? In EC2 On Demand, you pay per hour when using Linux or Windows and per second (after first minute) when using any other operating system
- #67You need an instance for short-term and the workload running on instance must not be interrupted. Which pricing model would you use?
- #68You need an instance for running an application for a period of 2 years continuously, without changing instance type. Which pricing model would you use?
- #69Which pricing model has potentially the biggest discount and what its advantage
- #70You need an instance for two years, but only between 10:00-15:00 every day. Which pricing model would you use?
- #71You need an instance for running workloads. You don't care if they fail for a given moment as long as they run eventually. Which pricing model would you use?
- #72You need a physical server only for your use. Which pricing model are you going to use?
- #73What are some of the differences between dedicated hosts and dedicated instances?
- #74For what use cases, EC2 dedicated hosts are useful for?
- #75What are Security Groups?
- #76True or False? Security groups only contain deny rules
- #77True or False? One security group can be attached to multiple instances
- #78True or False? Security groups are not locked down to a region and VPC (meaning you don't have to create a new one when switching regions)
- #79True or False? By default, when using security groups, all inbound traffic to an EC2 instance is blocked and all outbound traffic is allowed
- #80What is the advantage of referencing security groups from a given security group?
- #81How to migrate an instance to another availability zone?
- #82What can you attach to an EC2 instance in order to store data?
- #83What EC2 reserved instance types are there?
- #84For how long can reserved instances be reserved?
- #85What allows you to control inbound and outbound instance traffic?
- #86What bootstrapping means and how to use it in AWS EC2?
- #87You get time out when trying reach your application which runs on an EC2 instance. Specify one reason why it would possibly happen
- #88What is the AWS Instance Connect?
- #89You try to run EC2 commands in an EC2 instance you've just created but it fails due to missing credentials. What would you do?
- #90True or False? Cancelling a Spot instance request terminates the instance
- #91What are Spot Fleets?
- #92What strategies are there to allocate Spot instances?
- #93From networking perspective, what do you get by default when running an EC2 instance?
- #94Explain EC2 hibernate
- #95True or False? Using EC2 hibernate option results in having faster instance boot
- #96What are some use cases for using EC2 hibernate option?
- #97What are some limitations of EC2 hibernate option?
- #98Explain what is EC2 Nitro
- #99What CPU customization is available with EC2?
- #100Explain EC2 Capacity Reservations
- #101What is a launch template?
- #102What is the difference between Launch Configuration and Launch Template?
- #103Explain Elastic Network Interfaces (ENI)
- #104Name at least three attributes the Elastic Network Interfaces (ENI) can include
- #105True or False? ENI are not bound to a specific availability zone
- #106True or False? ENI can be created independently of EC2 instances
- #107What are "Placement Groups"?
- #108What Placement Groups strategies are there?
- #109For each of the following scenarios choose a placement group strategy:
- High availability is top priority
- Low latency between instances
- Instances must be isolated from each other
- Big Data applications that are partition aware
- Big Data process that needs to end quickly
- High availability is top priority
- #110What are the cons and pros of the "Cluster" placement group strategy?
- #111What are the cons and pros of the "Spread" placement group strategy?
VPC 26 questions
- #112What is VPC?
- #113True or False? VPC spans multiple regions
- #114True or False? It's possible to have multiple VPCs in one region
- #115True or False? Subnets belong to the same VPC, can be in different availability zones
- #116You have noticed your VPC's subnets (which use x.x.x.x/20 CIDR) have 4096 available IP addresses although this CIDR should have 4096 addresses. What is the reason for that?
- #117What AWS uses the 5 reserved IP addresses for?
- #118What is an Internet Gateway?
- #119True or False? One or more VPCs can be attached to one Internet Gateway
- #120True or False? NACL allow or deny traffic on the subnet level
- #121What is VPC peering?
- #122True or False? Multiple Internet Gateways can be attached to one VPC
- #123You've restarted your EC2 instance and the public IP has changed. How would you deal with it so it won't happen?
- #124When creating a new VPC, there is an option called "Tenancy". What is it used for?
- #125What is an Elastic IP address?
- #126Why would you use an Elastic IP address?
- #127True or False? When stopping and starting an EC2 instance, its public IP changes
- #128What are the best practices around Elastic IP?
- #129True or False? An Elastic IP is free, as long it's not associated with an EC2 instance
- #130True or False? Route Tables used to allow or deny traffic from the internet to AWS instances
- #131Explain Security Groups and Network ACLs
- #132What is AWS Direct Connect?
- #133What would you use if you need a fixed public IP for your EC2 instance?
- #134Kratos, your colleague, decided to use a subnet of /27 because he needs 29 IP addresses for EC2 instances. Is Kratos right?
- #135True or False? By default, any new account has a default VPC
- #136True or False? Default VPC doesn't have internet connectivity and any launched EC2 will only have a private IP assigned
- #137Which of the following is included with default VPC?
- Internet gateway connected to the default VPC
- A route to main route table that points all traffic to internet gateway
- Default public subnet
- Default /16 IPv4 CIDR block
Lambda 7 questions
- #138Explain what is AWS Lambda
- #139True or False? In AWS Lambda, you are charged as long as a function exists, regardless of whether it's running or not
- #140Which of the following set of languages Lambda supports?
- R, Swift, Rust, Kotlin
- Python, Ruby, Go, Kotlin, Bash
- Python, Ruby, PHP, PowerShell, C#, Perl
- Python, Ruby, Go, Node.js, Groovy, C++
- Python, Ruby, Go, Node.js, PowerShell, C#
- #141True or False? Basic lambda permissions allow you only to upload logs to Amazon CloudWatch Logs
- #142What's one of the issues with the current architecture?
- #143Specify one or more use cases for using AWS Lambda
- #144You run an architecture where you have a Lambda function that uploads images to S3 bucket and stores information on the images in DynamoDB. You would like to expose the function to users so they can invoke it. Your friend Carlos suggests you expose the credentials to the Lambda function. What's your take on that?
Containers 9 questions
- #145What is Amazon ECS?
- #146What one should do in order to make EC2 instance part of an ECS cluster?
- #147What ECS launch types are there?
- #148What is Amazon ECR?
- #149What the role "EC2 Instance Profile" is used for in regards to ECS?
- #150How to share data between containers (some from ECS and some from Fargate)?
- #151What is AWS Fargate?
- #152How AWS Fargate different from AWS ECS?
- #153True or False? Fargate creates an ENI for every task it runs
S3 32 questions
- #154Explain what is AWS S3?
- #155What is a bucket?
- #156True or False? Buckets are defined globally
- #157True or False? A bucket name must be globally unique
- #158How to rename a bucket in S3?
- #159True or False? The max object size a user can upload in one go, is 5TB
- #160Explain "Multi-part upload"
- #161Explain "Object Versioning"
- #162Explain the following:
- Object Lifecycles
- Object Sharing
- Object Lifecycles
- #163Explain Object Durability and Object Availability
- #164True or False? Every new S3 bucket is public by default
- #165What's a presigned URL?
- #166What security measures have you taken in context of S3?
- #167What encryption types supported by S3?
- #168Describe shortly how SSE-S3 (AES) encryption works
- #169True or False? In case of SSE-S3 (AES-256) encryption, you manage the key
- #170Who or what manages the keys in the case of SSE-KMS encryption?
- #171Why would someone choose to use SSE-KMS instead of SSE-S3?
- #172True or False? In case of SSE-C encryption, both S3 and you manage the keys
- #173True or False? In case of SSE-C HTTPS must be used and encryption key must be provided in headers for every HTTP request
- #174Describe shortly how SSE-C encryption works
- #175With which string an header starts?
- x-zmz
- x-amz
- x-ama
- #176What is a storage class? What storage classes are there?
- #177A customer would like to move data which is rarely accessed from standard storage class to the most cheapest class there is. Which storage class should be used?
- One Zone-IA
- Glacier Deep Archive
- Intelligent-Tiering
- One Zone-IA
- #178What Glacier retrieval options are available for the user?
- #179True or False? Each AWS account can store up to 500 PetaByte of data. Any additional storage will cost double
- #180Explain what is Storage Gateway
- #181Explain the following Storage Gateway deployments types
- File Gateway
- Volume Gateway
- Tape Gateway
- File Gateway
- #182What is the difference between stored volumes and cached volumes?
- #183What is "Amazon S3 Transfer Acceleration"?
- #184Explain data consistency
- #185Can you host dynamic websites on S3? What about static websites?
Disaster Recovery 3 questions
- #186In regards to disaster recovery, what is RTO and RPO?
- #187What types of disaster recovery techniques AWS supports?
- #188Which disaster recovery option has the highest downtime and which has the lowest?
CloudFront 6 questions
- #189Explain what is CloudFront
- #190Explain the following
- Origin
- Edge location
- Distribution
- Origin
- #191What delivery methods available for the user with CDN?
- #192True or False?. Objects are cached for the life of TTL
- #193What is AWS Snowball?
- #194How can a company ensure their web application continues to operate if it becomes unavailable in its current single region?
ELB 30 questions
- #195What is ELB (Elastic Load Balancing)?
- #196True or False? Elastic Load Balancer is a managed resource (= AWS takes care of it)
- #197What types of AWS load balancers are there?
- #198What's a "listener" in regards to ELB?
- #199What's a "target group" in regards to ELB?
- #200Which load balancer would you use for services which use HTTP or HTTPS traffic?
- #201What are some use cases for using Gateway Load Balancer?
- #202Explain "health checks" in the context of AWS ELB
- #203True or False? AWS ELB health checks are done on a port and a route
- #204What types of load balancers are supported in EC2 and what are they used for?
- #205Which type of AWS load balancer is used in the following drawing?
- #206What are possible target groups for ALB (Application Load Balancer)?
- #207True or False? ALB can route only to a single route group
- #208If you wanted to analyze network traffic, you would use the
____ load balancer - #209Who has better latency? Application Load Balancer or Network Load Balancer?
- #210True or False? Network load balancer has one static IP per availability zone
- #211What are the supported target groups for network load balancer?
- #212What are the supported target groups for gateway load balancer?
- #213Name one use case for using application load balancer as a target group for network load balancer
- #214What are some use cases for using Network Load Balancer?
- #215True or False? Network load balancers operate in layer 4
- #216True or False? It's possible to enable sticky session for network load balancer so the same client is always redirected to the same instance
- #217Explain Cross Zone Load Balancing
- #218True or False? For network load balancer, cross zone load balancing is always on and can't be disabled
- #219True or False? In regards to cross zone load balancing, AWS charges you for inter AZ data in network load balancer but no in application load balancer
- #220True or False? Both ALB and NLB support multiple listeners with multiple SSL certificates
- #221Explain Deregistration Delay (or Connection Draining) in regards to ELB
- #222At what network level/layer a Network Load Balancer operates?
- #223True or False? With ALB (Application Load Balancer) it's possible to do routing based on query string and/or headers
- #224True or False? For application load balancer, cross zone load balancing is always on and can't be disabled
Auto Scaling Group 12 questions
- #225Explain Auto Scaling Group
- #226You have two instance running as part of ASG. You change the desired capacity to 1. What will be the outcome of this change?
- #227How can you customize the trigger for the scaling in/out of an auto scaling group?
- #228What are some metrics/rules used for auto scaling
- #229What is dynamic Scaling policy in regards to Auto Scaling Groups?
- #230What is a predictive scaling policy in regards to Auto Scaling Groups?
- #231Explain scaling cooldowns in regards to Auto Scaling Groups
- #232Explain the default ASG termination policy
- #233True or False? by default, ASG tries to balance the number of instances across AZ
- #234Explain Lifecycle hooks in regards to Auto Scaling Groups
- #235If you use ASG and you would like to run extra steps before the instance goes in service, what will you use?
- #236Describe one way to test ASG actually works
Security 21 questions
- #237What is the shared responsibility model? What AWS is responsible for and what the user is responsible for based on the shared responsibility model?
- #238True or False? Based on the shared responsibility model, Amazon is responsible for physical CPUs and security groups on instances
- #239Explain "Shared Controls" in regards to the shared responsibility model
- #240What is the AWS compliance program?
- #241How to secure instances in AWS?
- #242What is AWS Artifact?
- #243What is AWS Inspector?
- #244What is AWS Guarduty?
- #245What is AWS Shield?
- #246What is AWS WAF? Give an example of how it can used and describe what resources or services you can use it with
- #247What AWS VPN is used for?
- #248What is the difference between Site-to-Site VPN and Client VPN?
- #249What is AWS CloudHSM?
- #250True or False? AWS Inspector can perform both network and host assessments
- #251What is AWS Key Management Service (KMS)?
- #252What is AWS Acceptable Use Policy?
- #253True or False? A user is not allowed to perform penetration testing on any of the AWS services
- #254True or False? DDoS attack is an example of allowed penetration testing activity
- #255True or False? AWS Access Key is a type of MFA device used for AWS resources protection
- #256What is Amazon Cognito?
- #257What is AWS ACM?
Databases 42 questions
- #258What is AWS RDS?
- #259Why to use AWS RDS instead of launching an EC2 instance and install a database on it?
- #260What do you know about RDS backups?
- #261Explain AWS RDS Storage Auto Scaling
- #262Explain Amazon RDS Read Replicas
- #263True or False? RDS read replicas are supported within az, cross az and cross region
- #264True or False? RDS read replicas are asynchronous
- #265True or False? Amazon RDS supports MongoDB
- #266What are some use cases for using RDS read replicas?
- #267Explain RDS Multi Availability Zone
- #268True or False? Moving AWS RDS from single AZ to multi AZ is an operation with downtime (meaning there is a need to stop the DB)
- #269How AWS RDS switches from single AZ to multi AZ?
- #270True or False? RDS encryption should be defined at launch time
- #271True or False? in regards to RDS, replicas can be encrypted even if the master isn't encrypted
- #272How to make RDS snapshots encrypted?
- #273How to encrypt an un-encrypted RDS instance?
- #274How IAM authentication works with RDS?
- #275True or False? In case of RDS (not Aurora), read replicas require you to change the SQL connection string
- #276What do you know about Amazon Aurora?
- #277True or False? Aurora stores 4 copies of your data across 2 availability zones
- #278True or False? Aurora support self healing where corrupted data replaced by doing peer-to-peer replication
- #279True or False? Aurora storage is striped across 20 volumes
- #280True or False? It's possible to scale Aurora replicas
- #281Explain Aurora Serverless. What use cases is it good for?
- #282How does Amazon Aurora keep the writer instance highly available, and how can you scale reads that need read-after-write consistency?
- #283What is AWS DynamoDB?
- #284Explain "Point-in-Time Recovery" feature in DynamoDB
- #285Explain "Global Tables" in DynamoDB
- #286What is DynamoDB Accelerator?
- #287What is AWS ElastiCache? In what use case should it be used?
- #288Describe the workflow of an application using the cache in AWS
- #289How can you make an application stateless using ElastiCache?
- #290You need a highly available cache with backup and restore features. Which one would you use?
- #291You need a cache with read replicas that can be scaled and one support multi AZ. Which one would you use?
- #292You need a cache that supports sharding and built with multi-threaded architecture in mind. Which one would you use?
- #293True or False? ElastiCache doesn't supports IAM authentication
- #294What patterns are there for loading data into the cache?
- #295What is AWS Redshift and how is it different than RDS?
- #296What do you if you suspect AWS Redshift performs slowly?
- #297What is Amazon DocumentDB?
- #298What "AWS Database Migration Service" is used for?
- #299What type of storage is used by Amazon RDS?
Identify the Service 37 questions
- #300What would you use for automating code/software deployments?
- #301You would like to invoke a function every time you enter a URL in the browser. Which service would you use for that?
- #302What would you use for easily creating similar AWS environments/resources for different customers?
- #303Using which service, can you add user sign-up, sign-in and access control to mobile and web apps?
- #304Which service would you use for building a website or web application?
- #305Which tool would you use for choosing between Reserved instances or On-Demand instances?
- #306What would you use to check how many unassociated Elastic IP address you have?
- #307Which service allows you to transfer large amounts (Petabytes) of data in and out of the AWS cloud?
- #308Which service would you use if you need a data warehouse?
- #309Which service provides a virtual network dedicated to your AWS account?
- #310What you would use for having automated backups for an application that has MySQL database layer?
- #311What would you use to migrate on-premise database to AWS?
- #312What would you use to check why certain EC2 instances were terminated?
- #313What would you use for SQL database?
- #314What would you use for NoSQL database?
- #315What would you use for adding image and video analysis to your application?
- #316Which service would you use for debugging and improving performances issues with your applications?
- #317Which service is used for sending notifications?
- #318What would you use for running SQL queries interactively on S3?
- #319What would you use for preparing and combining data for analytics or ML?
- #320Which service would you use for monitoring malicious activity and unauthorized behavior in regards to AWS accounts and workloads?
- #321Which service would you use for centrally manage billing, control access, compliance, and security across multiple AWS accounts?
- #322Which service would you use for web application protection?
- #323You would like to monitor some of your resources in the different services. Which service would you use for that?
- #324Which service would you use for performing security assessment?
- #325Which service would you use for creating DNS record?
- #326What would you use if you need a fully managed document database?
- #327Which service would you use to add access control (or sign-up, sign-in forms) to your web/mobile apps?
- #328Which service is often referred to as "used for decoupling applications"?
- #329Which service would you use if you need messaging queue?
- #330Which service would you use if you need managed DDOS protection?
- #331Which service would you use if you need store frequently used data for low latency access?
- #332What would you use to transfer files over long distances between a client and an S3 bucket?
- #333Which services are involved in getting a custom string (based on the input) when inserting a URL in the browser?
- #334Which service would you use for data or events streaming?
- #335Which (free) tool would you use to get information on cost savings?
- #336You would like to have on-perm storage access to AWS storage. What would you use for that?
DNS (Route 53) 30 questions
- #337What is Route 53?
- #338What it means that "Route 53 is an Authoritative DNS"?
- #339What each Route 53 record contains?
- #340What DNS record types does Route 53 supports?
- #341What are hosted zones?
- #342What types of hosted zones are there?
- #343What is the difference between CNAME record and an Alias record?
- #344True or False? Alias record can be set up for an EC2 DNS name
- #345True or False? Alias record can be set up for an VPC interface endpoint
- #346True or False? Alias record is only of type A or AAAA
- #347What is a routing policy in regards to AWS Route 53?
- #348What Route 53 routing policies are there?
- #349Suppose you need to route % of your traffic to a certain instance and the rest of the traffic, to another instance. Which routing policy would you choose?
- #350Suppose you need to route traffic to a single source with Route 53, without any other requirements, which routing policy would you choose?
- #351Explain the geolocation routing policy
- #352What are some use cases for using geolocation routing policy?
- #353Explain the geoproximity routing policy
- #354What are some use cases for weighted routing policy?
- #355True or False? Route 53 simple routing policy supports both single and multiple values
- #356True or False? In weighted routing DNS records must have the same name but not the same type
- #357You would like to use a routing policy that will take latency into account and will route to the resource with the lowest latency. Which routing policy would you use?
- #358What happens when you set all records to weight 0 when using Weighted routing policy?
- #359What Route 53 health checks are used for?
- #360You would like to use a routing policy based on the resource location and be able to shift more traffic to some resources. Which one would you use?
- #361Explain Route 53 Traffic Flow feature
- #362What are calculated health checks?
- #363What is one possible use case for using calculated health checks?
- #364You would like to use a routing policy based on the user location. Which one would you use?
- #365True or False? Route 53 Multi Value is a substitute for those who want cheaper solution than ELB
- #366True or False? Domain registrar and DNS service is inherently the same thing
SQS 12 questions
- #367What is Simple Queue Service (SQS)?
- #368Explain "producer" and "consumer" in regards to messaging queue
- #369What "default retention of messages" means?
- #370What's the limitation on message size in SQS?
- 128KB
- 128MB
- 1MiB
- 256MB
- #371True or False? It's possible to have duplicated messages in the queue
- #372True or False? "Consumers" can be only EC2 instances
- #373True or False? Processes/Applications use from the SDK the SendMessage API in order to send messages to the queue
- #374What it means "best effort ordering" in regards to SQS?
- #375What is "Delay Queue" in regards to SQS?
- #376What is "Visibility Timeout?"
- #377Give an example of architecture or workflow that involves SQS and EC2 & S3
- #378What's MessageGroupID?
SNS 4 questions
- #379What is Simply Notification Service?
- #380Explain the following in regards to SNS:
- Topics
- Subscribers
- Publishers
- Topics
- #381How SNS is different from SQS?
- #382What's a Fan-Out pattern?
Monitoring and Logging 2 questions
- #383What is AWS CloudWatch?
- #384What is AWS CloudTrail?
Billing and Support 13 questions
- #385What are Service Control Policies and to what service they belong?
- #386Explain AWS pricing model
- #387How do you estimate AWS costs?
- #388What basic support in AWS includes?
- #389How are EC2 instances billed?
- #390What AWS Pricing Calculator is used for?
- #391What is Amazon Connect?
- #392What are "AWS Services Partners"?
- #393Which of the following are AWS Support plans (and are sorted by order)?
- Basic, Business Support+, Enterprise Support, Unified Operations
- Newbie, Intermediate, Pro, Enterprise
- Developer, Basic, Business, Enterprise
- Beginner, Pro, Intermediate Enterprise
- Basic, Business Support+, Enterprise Support, Unified Operations
- #394True or False? Region is a factor when it comes to EC2 costs/pricing
- #395What is "AWS Countdown"?
- #396What is "AWS Organizations"?
- #397What's an OU in regards to AWS Organizations?'
Automation 3 questions
- #398What is AWS CodeDeploy?
- #399Explain what is CloudFormation
- #400What is AWS CDK?
Misc 23 questions
- #401Which AWS service you have experience with that you think is not very common?
- #402What is AWS CloudSearch?
- #403What is AWS Lightsail?
- #404What is AWS Rekognition?
- #405What AWS Resource Groups used for?
- #406What is AWS Global Accelerator?
- #407What is AWS Config?
- #408What is AWS X-Ray?
- #409What is AWS Snowmobile?
- #410What is AWS Athena?
- #411What is Amazon Cloud Directory?
- #412What is AWS Elastic Beanstalk?
- #413What is AWS SWF?
- #414What is AWS EMR?
- #415What is AWS Quick Starts?
- #416What is the Trusted Advisor?
- #417What is AWS Service Catalog?
- #418What is AWS CAF?
- #419What is AWS CloudShell?
- #420What is AWS Application Discovery Service?
- #421What is the AWS well-architected framework and what pillars it's based on?
- #422What AWS services are serverless (or have the option to be serverless)?
- #423What's an ARN?
High Availability 1 question
- #424What high availability means from AWS perspective?
Production Operations and Migrations 7 questions
- #425Describe in high-level how to upgrade a system on AWS with (near) zero downtime
- #426You try to use an detached EBS volume from us-east-1b in us-east-1a, but it fails. What might be the reason?
- #427When you launch EC2 instances, it takes them time to boot due to commands you run with user data. How to improve instances boot time?
- #428You try to mount EFS on your EC2 instance and it doesn't work (hangs...) What might be a possible reason?
- #429How to migrate an EBS volume across availability zones?
- #430How to encrypt an unencrypted EBS volume attached to an EC2 instance?
- #431You've created a network load balancer but it doesn't work (you can't reach your app on your EC2 instance). What might be a possible reason?
Scenarios 8 questions
- #432You have a load balancer running and behind it 5 web servers. Users complain that every time they move to a new page, they have to authenticate, instead of doing it once. How can you solve it?
- #433You have a load balancer running and behind it 5 web servers. Users complain that some times when they try to use the application it doesn't works. You've found out that sometimes some of the instances crash. How would you deal with it?
- #434You run your application on 5 EC2 instances on one AZ and on 10 EC2 instances in another AZ. You distribute traffic between all of them using a network load balancer, but it seems that instances in one AZ have higher CPU rates than the instances in the other AZ. What might be the issue and how to solve it?
- #435You are running an ALB that routes traffic using two hostnames: a.b.com and d.e.com. Is it possible to configure HTTPS for both of the hostnames?
- #436You have set up read replicas to scale reads but users complain that when they update posts in forums, the posts are not being updated. What may cause this issue?
- #437You need a persistent shared storage between your containers that some are running in Fargate and some in ECS. What would you use?
- #438You would like to run an AWS Fargate task every time a file is uploaded to a certain S3 bucket. How would you achieve that?
- #439Your hosts scale down and then back up quite often. What's your take on that?
Architecture Design 3 questions
- #440You've been asked to design an architecture for high performance and low-latency application (millions of requests per second). Which load balancer would you use?
- #441What should you use for scaling reads?
- #442You have two applications who communicate synchronously. It worked fine until there suddenly a spike of traffic. What change you might apply in this case?