You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,15 @@ There are many ways to support us; in exchange, you'll get this material in a pr
21
21
22
22
⭐ Good ratings & reviews help us to survive. Please don't forget to leave a nice one when you purchase an item.
23
23
24
+
## 👩💻 & 👨💻 Interactive Course(s)
25
+
26
+
It's great to learn these questions as your exam preparation, and, yes, you should pass just based on that. However, we highly recommend more interactive learning if you want to become an expert. Currently, we're recommending those courses:
27
+
28
+
- 🎬 [Coursera: video-based, official course by Whizlabs](https://imp.i384100.net/bO0z0b).
29
+
- 📖 [Educative: text-based, video-free course, including set up out-of-the-box for you Cloud Labs to practice hands-on without the need to set up an environment (and payments). The link includes the highest available discount Educative offers](https://www.educative.io/courses/good-parts-of-aws?aff=VALz).
30
+
31
+
Yes, we have a little commission from that link. Therefore, by using that link, you're supporting us.
32
+
24
33
## ✨ This course is unlike any Amazon Web Services Certified (AWS Certified) Developer Associate (DVA-C02) course you will find online.
25
34
26
35
✋ Join a live online community and a course taught by industry experts and pass the Amazon Web Services Certified (AWS Certified) Developer Associate (DVA-C02) confidently. We aim to build an ecosystem of Information Technology (IT) certifications and online courses in cooperation with the technology industry. We believe it will give our students 100% confidence in the pacing market in an open-source environment. We are just at the beginning of our way, so it's even better for you to join now!
@@ -1346,7 +1355,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
1346
1355
-[ ] Use the AWS CLI to retrieve the IAM group.
1347
1356
-[ ] Query Amazon EC2 metadata for in-line IAM policies.
1348
1357
-[ ] Request a token from AWS STS, and perform a describe action.
1349
-
-[x] Perform a get action using the '--dry-run' argument.
1358
+
-[x] Perform a get action using the `--dry-run` argument.
1350
1359
-[x] Validate the IAM role policy with the IAM policy simulator.
1351
1360
1352
1361
**[⬆ Back to Top](#table-of-contents)**
@@ -1556,7 +1565,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
1556
1565
1557
1566
-[ ] Enable throttling for the API Gateway stage. Set a value for both the rate and burst capacity. If a registered user chooses a larger package, create a stage for them, adjust the values, and share the new URL with them.
1558
1567
-[ ] Set up Amazon CloudWatch API logging in API Gateway. Create a filter based on the user and requestTime fields and create an alarm on this filter. Write an AWS Lambda function to analyze the values and requester information, and respond accordingly. Set up the function as the target for the alarm. If a registered user chooses a larger package, update the Lambda code with the values.
1559
-
-[ ] Enable Amazon CloudWatch metrics for the API Gateway stage. Set up CloudWatch alarms based off the Count metric and the ApiName, Method, Resource, and Stage dimensions to alerts when request rates pass the threshold. Set the alarm action to Deny. If a registered user chooses a larger package, create a user-specific alarm and adjust the values.
1568
+
-[ ] Enable Amazon CloudWatch metrics for the API Gateway stage. Set up CloudWatch alarms based off the Count metric and the ApiName, Method, Resource, and Stage dimensions to alerts when request rates pass the threshold. Set the alarm action to `Deny`. If a registered user chooses a larger package, create a user-specific alarm and adjust the values.
1560
1569
-[x] Set up a default usage plan, specify values for the rate and burst capacity, and associate it with a stage. If a registered user chooses a larger package, create a custom plan with the appropriate values and associate the plan with the user.
1561
1570
1562
1571
**[⬆ Back to Top](#table-of-contents)**
@@ -2350,9 +2359,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
2350
2359
2351
2360
### A Developer has created a new AWS IAM user that has s3 putObject permission to write to a specific Amazon S3 bucket. This S3 bucket uses server-side encryption with AWS KMS managed keys (SSE-KMS) as the default encryption. Using the access key and secret key of the IAM user, the application received an access denied error when calling the PutObject API. How can this issue be resolved?
2352
2361
2353
-
-[ ] Update the policy of the IAM user to allow the s3 Encrypt action.
2362
+
-[ ] Update the policy of the IAM user to allow the `s3 Encrypt` action.
2354
2363
-[ ] Update the bucket policy of the S3 bucket to allow the IAM user to upload objects.
2355
-
-[x] Update the policy of the IAM user to allow the kms:GenerateDataKey action.
2364
+
-[x] Update the policy of the IAM user to allow the `kms:GenerateDataKey` action.
2356
2365
-[ ] Update the ACL of the S3 bucket to allow the IAM user to upload objects.
2357
2366
2358
2367
**[⬆ Back to Top](#table-of-contents)**
@@ -3026,8 +3035,8 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
3026
3035
### A team of Developers must migrate an application running inside an AWS Elastic Beanstalk environment from a Classic Load Balancer to an Application Load Balancer. Which steps should be taken to accomplish the task using the AWS Management Console?
3027
3036
3028
3037
-[x]1. Update the application code in the existing deployment. 2. Select a new load balancer type before running the deployment. 3. Deploy the new version of the application code to the environment.
3029
-
-[ ]1. Create a new environment with the same configurations except for the load balancer type. 2. Deploy the same application version as used in the original environment. 3. Run the swap-environment-cnames action.
3030
-
-[ ]1. Clone the existing environment, changing the associated load balancer type. 2. Deploy the same application version as used in the original environment. 3. Run the swap-environment-cnames action.
3038
+
-[ ]1. Create a new environment with the same configurations except for the load balancer type. 2. Deploy the same application version as used in the original environment. 3. Run the `swap-environment-cnames` action.
3039
+
-[ ]1. Clone the existing environment, changing the associated load balancer type. 2. Deploy the same application version as used in the original environment. 3. Run the `swap-environment-cnames` action.
3031
3040
-[ ]1. Edit the environment definitions in the existing deployment. 2. Change the associated load balancer type according to the requirements. 3. Rebuild the environment with the new load balancer type.
0 commit comments