0
0
AWScloud~10 mins

Security pillar principles in AWS - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to specify the AWS service that helps control user access.

AWS
Use AWS [1] to manage user permissions securely.
Drag options to blanks, or click blank then click option'
ALambda
BS3
CEC2
DIAM
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing IAM with EC2 or S3 services.
Choosing Lambda which is for running code, not managing access.
2fill in blank
medium

Complete the code to specify the AWS feature that encrypts data at rest.

AWS
Enable [1] to protect stored data automatically.
Drag options to blanks, or click blank then click option'
ACloudTrail
BKMS
CEncryption
DCloudWatch
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing CloudTrail which is for logging, not encryption.
Selecting CloudWatch which monitors resources.
3fill in blank
hard

Fix the error in the code to enable multi-factor authentication (MFA) for AWS users.

AWS
To increase security, enable [1] for user sign-in.
Drag options to blanks, or click blank then click option'
AVPN
BSingle Sign-On
CMFA
DFirewall
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing MFA with VPN or firewall settings.
Choosing Single Sign-On which is for user convenience, not extra security.
4fill in blank
hard

Fill both blanks to complete the AWS security best practice for network protection.

AWS
Use [1] to control inbound and outbound traffic, and [2] to isolate resources within a virtual network.
Drag options to blanks, or click blank then click option'
ASecurity Groups
BIAM Roles
CVPC
DCloudTrail
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing IAM Roles with network controls.
Confusing CloudTrail with traffic control.
5fill in blank
hard

Fill all three blanks to complete the AWS security principle for monitoring and auditing.

AWS
Enable [1] to record API calls, use [2] to monitor logs, and set up [3] to alert on suspicious activity.
Drag options to blanks, or click blank then click option'
ACloudTrail
BCloudWatch
CSNS
DIAM
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing IAM with monitoring services.
Choosing services that do not send alerts.