AWS Developer Associate
Training for the AWS Developer Associate certificate.
Training for the AWS Developer Associate certificate.
Set of flashcards Details
Flashcards | 75 |
---|---|
Language | English |
Category | Computer Science |
Level | Other |
Created / Updated | 24.06.2020 / 10.10.2024 |
Weblink |
https://card2brain.ch/box/20200624_aws_developer_associate
|
Embed |
<iframe src="https://card2brain.ch/box/20200624_aws_developer_associate/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
What is the difference between In-Place and Blue/Green deployment in CodeDeploy? (Select 3)
The CodeDeploy Appspec file can be written in what language?
CloudFormation templates can be written in what languages? (Select 2)
You make an archive for your old sourcecode that you never access. You should use the storage class with the highest durability.
What AWS service can you use to visualize to your serverless application?
CloudWatch is to monitor the status of EC2 instances. CloudTrail is used to monitor API calls.
AWS Lambda is a server based compute service.
It's serverless
What can Lambda functions do out of the box if they have AdministratorAccess? (Select 3)
Which satements about Lambda versioning are true? (Select 2)
An alias is a name that points to a particular version of a function
What is a scan used for in a DynamoDB table? (Select 1)
What encryption standard does AWS use for S3 Managed Keys?
What http code do you get when a bucket can't be found?
Which of the following are compute services? (Select 3)
Which of the following are storage services? (Select 2)
Tipp: A database service is not the same as a storage service
DynamoDB is classified as a database service. That's not the same as a storage service.
You want to find a customer order from a specific date in a DynamoDB table. What would you take as the composite key?
What are the 3 different Types of IAM policies?
Managed Policy - AWS-managed default policy, Customer Managed Policy - Managed by you, Inline Policy - Managed by you and embedded in a single user, group or role
What can you do with DynamoDB TTL?
What is true about DynamoDB streams? (Select 2)
What does CI/CD stand for? (Select 1)
What kind of EBS volume should you use for your mission critical, high performance application?
Amazon X-Ray integrates with which languages? (Select 3)
Your Lambda function can't be deployed. What could be the issue? (Select 1)
You depoy a two-tier web application in the us-east-1 region. You try to deploy the same cloud formation template in the eu-west-1 region and it fails.
What could be the problem? (Select 1)
IAM roles are valid across all regions
What are IAM Inline Policies good for? (Select 1)
What does lazy loading do? (Select 1)
When configuring CloudWatch on an EC2 instance, how frequently does EC2 send metric data to CloudWatch by default?
Every 5 minutes. Detailed monitoring sends metrics every minute.
What is the difference between CloudWatch, CloudTrail and Config? (Select 3)
How Big can a file be in an S3 Bucket?
What's the correct order when using these AWS services to Implement CI/CD?
Hooks for ECS deployment in CodeDeploy run in what order? (Select 1)
You calculate you RCUs (Read capacity units) and you get 7.5 as a result. How many RCUs is that de facto?
RCUs and WCUs are always rounded up to the nearest whole number.
You have reached your limit of CloudFormation stacks in a single region. How can you increase this limit? (Select 1)
Your Lambda function needs excactly 504.98ms to execute. How much time is billed?
It always rounds up to the nearest 100ms
Your DynamoDB table is read 10'000 times a month. What is the most cost effective and stable capacity provisioning?
On Demand only costs 25 cents per 1'000'000 reads
What's the difference between scaling up and scaling out?
Your CloudFormation template launches a two-tier web application in us-east-1. When you attempt to create a development stack in us-west-1, the process fails.