AWS
Latest uploads at AWS. Looking for notes at AWS? We have lots of notes, study guides and study notes available for your school.
-
766
- 0
-
49
All courses for AWS
-
AWS 766
-
AWS , 1
-
AWS | 3
-
AWS 高级认证考试题库 1
-
AWS, 1
-
AWS: 2
-
AWS' 1
-
AWS| 1
Latest content AWS
AWS CLOUD PRACTITIONER EXAM QUESTIONS AND VERIFIED ANSWERS 
 
Which AWS services can be used to store files? 
Amazon S3, Amazon Elastic Block Store (EBS) 
Agility 
The number one reason customers are switching to cloud computing because it helps them increase global reach, experimentation, and innovation. 
What is true about AWS Regions? 
It's a physical location with multiple availability zones. And, each region is located in a separate geographic area. 
What are the benefits of AWS cloud comp...
- Exam (elaborations)
- • 8 pages's •
-
AWS•AWS
AWS CLOUD PRACTITIONER EXAM QUESTIONS WITH COMPLETE SOLUTIONS VERIFIED 
 
 
What is Multitenancy? 
Idea of sharing underlined hardware between virtual machines -> hypervisor is responsible for coordinating multitenancy; 1 EC2 is not aware of another EC2 on the same host. 
Name EC2 instance types & families and describe them 
Instance types offer different combinations of CPU, memory, storage, networking capacity; they are grouped under families 
 
- General purpose: good balance for diverse w...
- Exam (elaborations)
- • 36 pages's •
-
AWS•AWS
Cloud Computing Advancement 
Explore the rapidly evolving world of cloud computing and understand its importance in today's business landscape. 
 
Elastic Block Storage (EBS) 
Understand Elastic Block Storage (EBS) and its role in cloud computing 
Learn how to create and manage EBS snapshots 
EBS Instance Types & Burstable Instances 
Explore different EBS instance types 
Learn about Burstable Instances 
Virtualization and AWS EC2 
Understand virtualization and AWS EC2 
Storage and Databases in ...
- Presentation
- • 10 pages's •
-
Aws•Aws
AWS Certified Developer Associate 6: Multiple Choice Questions And Correct Answers with Rationale,100% Verified 
 
You are a developer for a company that is planning on using the AWS RDS service. Your Database administrator spins up a new MySQL RDS Instance in AWS. You now need to connect to that instance. How can you achieve this? Choose 2 answers from the options given below. 
 
A. Use the DescribeDBInstances API and get the endpoint for the database instance 
B. Use the DescribeDBInstances AP...
- Exam (elaborations)
- • 38 pages's •
-
AWS•AWS
AWS Certified Developer Associate 4: Multiple Choice Questions And Correct Answers with Rationale,100% Verified 
 
You are a developer for a company. You have been asked to deploy an application 
for development purposes onto an Elastic beanstalk environment. You need to 
ensure that custom software is installed on the backend Linux servers that are 
launched as part of the Elastic Beanstalk environment. Which of the following can 
be used to achieve this? Choose 2 answers from the options given...
- Exam (elaborations)
- • 42 pages's •
-
AWS•AWS
AWS Certified Developer Associate 2: Multiple Choice Questions And Correct Answers with Rationale,100% Verified 
 
A Lambda function has been developed with the default settings and is using N. The function makes calls to a DynamoDB table. The code was first tested and executed on an EC2 Instance in the same language and took 300 seconds to execute. When the lambda function is executed , it is not adding the required rows to the DynamoDB table. What needs to be changed in order to ensure that th...
- Exam (elaborations)
- • 43 pages's •
-
AWS•AWS
AWS Certified Developer Associate 1 Multiple Choice Questions And Correct Answers With Rationale. 
 
A user is running a MySQL RDS instance. The user will not use the DB for the next 3 months. 
How can the user save costs? 
A. Pause the RDS activities from CLI until it is required in the future 
B. Stop the RDS instance 
C. Create a snapshot of RDS to launch in the future and terminate the instance now 
D. Change the instance size to micro 
Answer(s): C 
Explanation: 
The RDS instances unlike th...
- Exam (elaborations)
- • 20 pages's •
-
AWS•AWS
AWS Certified Developer Associate 5: Multiple Choice Questions And Correct Answers with Rationale,100% Verified 
 
A developer is writing an application that will run on -premises, but must access AWS services through an AWS SDK. How can the Developer allow the SDK to access the AWS 
services? 
 
A. Create an IAM EC2 role with correct permissions and assign it to the on-premises server. 
B. Create an IAM user with correct permissions, generate an access key and store it in aws credentials 
C. Cr...
- Exam (elaborations)
- • 45 pages's •
-
AWS•AWS
AWS Certified Developer Associate 3 Multiple Choice Questions And Correct Answers With Rationale. 
 
 You are the lead for your development team. There is a requirement to provision an application using the Elastic beanstalk service. It's a custom application wherein there are a lot of configuration files and patches that need to be download. Which of the following would be the best way to provision the environment in the least time possible? 
 
A. Use a custom AMI for the underlying instance...
- Exam (elaborations)
- • 40 pages's •
-
AWS•AWS
AWS Certified Developer - Associate, With Complete Verified Solution 2023/2024 
 
AWS SQS long polling allows the SQS service to wait until a message is available in the queue before sending a response? 
true 
A visibility timeout is a period of time during which AWS SQS prevents other consuming components from receiving and processing the message? 
true 
What AWS service can you use to "fan out" SQS messages to multiple queues? 
SNS 
(SQS) What is the maximum long poll timeout? 
20 seconds 
Y...
- Exam (elaborations)
- • 13 pages's •
-
AWS•AWS
Purely summerized for educational purposes and an basic knowledge to learn in free time.
- Summary
- • 1 pages's •
-
AWS•AWS
AWS Certified Solutions Architect Associate Exam Questions (Answered summer 2022) 
 
 
What is an AWS region? 
A region is a geographical area that consists of different availability zones. Each region consists of 2 (or more) Availability Zones. 
What is an AWS region? 
A region is a geographical area that consists of different availability zones. Each region consists of 2 (or more) Availability Zones. 
What does an AWS Region consist of? 
An independent collection of AWS computing resources in ...
- Exam (elaborations)
- • 11 pages's •
-
AWS•AWS
Amazon Glacier is designed for: (Choose 2 answers) 
 
A. active database storage. 
B. infrequently accessed data. 
C. data archives. 
D. frequently accessed data. 
E. cached session data. 
B. infrequently accessed data. 
C. data archives. 
Your web application front end consists of multiple EC2 instances behind an Elastic Load Balancer. You 
configured ELB to perform health checks on these EC2 instances. If an instance fails to pass health 
checks, which statement will be true? 
 
A. The instanc...
- Exam (elaborations)
- • 27 pages's •
-
AWS•AWS
AWS Certified Developer Associate 6: Multiple Choice Questions And Correct Answers with Rationale,100% Verified 
 
You are a developer for a company that is planning on using the AWS RDS service. Your Database administrator spins up a new MySQL RDS Instance in AWS. You now need to connect to that instance. How can you achieve this? Choose 2 answers from the options given below. 
 
A. Use the DescribeDBInstances API and get the endpoint for the database instance 
B. Use the DescribeDBInstances AP...
- Package deal
- Exam (elaborations)
- • 38 pages's •
-
AWS•AWS
-
PACKAGE DEAL FOR AWS CERTIFIED DEVELOPER ASSOCIATE 1 - 6 AND EXAM STUDY FILES WITH COMPLETE VERIFIED SOLUTIONS | ALL ARE 100% VERIFIED 2023/2024• By ACADEMICAIDSTORE
AWS Certified Developer Associate 4: Multiple Choice Questions And Correct Answers with Rationale,100% Verified 
 
You are a developer for a company. You have been asked to deploy an application 
for development purposes onto an Elastic beanstalk environment. You need to 
ensure that custom software is installed on the backend Linux servers that are 
launched as part of the Elastic Beanstalk environment. Which of the following can 
be used to achieve this? Choose 2 answers from the options given...
- Package deal
- Exam (elaborations)
- • 42 pages's •
-
AWS•AWS
-
PACKAGE DEAL FOR AWS CERTIFIED DEVELOPER ASSOCIATE 1 - 6 AND EXAM STUDY FILES WITH COMPLETE VERIFIED SOLUTIONS | ALL ARE 100% VERIFIED 2023/2024• By ACADEMICAIDSTORE
AWS Certified Developer Associate 2: Multiple Choice Questions And Correct Answers with Rationale,100% Verified 
 
A Lambda function has been developed with the default settings and is using N. The function makes calls to a DynamoDB table. The code was first tested and executed on an EC2 Instance in the same language and took 300 seconds to execute. When the lambda function is executed , it is not adding the required rows to the DynamoDB table. What needs to be changed in order to ensure that th...
- Package deal
- Exam (elaborations)
- • 43 pages's •
-
AWS•AWS
-
PACKAGE DEAL FOR AWS CERTIFIED DEVELOPER ASSOCIATE 1 - 6 AND EXAM STUDY FILES WITH COMPLETE VERIFIED SOLUTIONS | ALL ARE 100% VERIFIED 2023/2024• By ACADEMICAIDSTORE
AWS Certified Developer Associate 1 Multiple Choice Questions And Correct Answers With Rationale. 
 
A user is running a MySQL RDS instance. The user will not use the DB for the next 3 months. 
How can the user save costs? 
A. Pause the RDS activities from CLI until it is required in the future 
B. Stop the RDS instance 
C. Create a snapshot of RDS to launch in the future and terminate the instance now 
D. Change the instance size to micro 
Answer(s): C 
Explanation: 
The RDS instances unlike th...
- Package deal
- Exam (elaborations)
- • 20 pages's •
-
AWS•AWS
-
PACKAGE DEAL FOR AWS CERTIFIED DEVELOPER ASSOCIATE 1 - 6 AND EXAM STUDY FILES WITH COMPLETE VERIFIED SOLUTIONS | ALL ARE 100% VERIFIED 2023/2024• By ACADEMICAIDSTORE
AWS Certified Developer Associate 5: Multiple Choice Questions And Correct Answers with Rationale,100% Verified 
 
A developer is writing an application that will run on -premises, but must access AWS services through an AWS SDK. How can the Developer allow the SDK to access the AWS 
services? 
 
A. Create an IAM EC2 role with correct permissions and assign it to the on-premises server. 
B. Create an IAM user with correct permissions, generate an access key and store it in aws credentials 
C. Cr...
- Package deal
- Exam (elaborations)
- • 45 pages's •
-
AWS•AWS
-
PACKAGE DEAL FOR AWS CERTIFIED DEVELOPER ASSOCIATE 1 - 6 AND EXAM STUDY FILES WITH COMPLETE VERIFIED SOLUTIONS | ALL ARE 100% VERIFIED 2023/2024• By ACADEMICAIDSTORE
AWS Certified Developer Associate 3 Multiple Choice Questions And Correct Answers With Rationale. 
 
 You are the lead for your development team. There is a requirement to provision an application using the Elastic beanstalk service. It's a custom application wherein there are a lot of configuration files and patches that need to be download. Which of the following would be the best way to provision the environment in the least time possible? 
 
A. Use a custom AMI for the underlying instance...
- Package deal
- Exam (elaborations)
- • 40 pages's •
-
AWS•AWS
-
PACKAGE DEAL FOR AWS CERTIFIED DEVELOPER ASSOCIATE 1 - 6 AND EXAM STUDY FILES WITH COMPLETE VERIFIED SOLUTIONS | ALL ARE 100% VERIFIED 2023/2024• By ACADEMICAIDSTORE
(Authentic) AWS Certified Developer - Associate Question Bank, Over 600 Questions With Correct Answers 100% 
 
AWS SQS long polling allows the SQS service to wait until a message is available in the queue before sending a response? 
true 
A visibility timeout is a period of time during which AWS SQS prevents other consuming components from receiving and processing the message? 
true 
What AWS service can you use to "fan out" SQS messages to multiple queues? 
SNS 
(SQS) What is the maximum long...
- Package deal
- Exam (elaborations)
- • 169 pages's •
-
AWS•AWS
-
PACKAGE DEAL FOR AWS CERTIFIED DEVELOPER ASSOCIATE 1 - 6 AND EXAM STUDY FILES WITH COMPLETE VERIFIED SOLUTIONS | ALL ARE 100% VERIFIED 2023/2024• By ACADEMICAIDSTORE