The AWS Certified Cloud Practitioner (CLF-C02) exam is designed for individuals who want to demonstrate their overall understanding of AWS Cloud. It covers basic AWS services and their benefits.
You are configuring IAM policies for a team. What occurs when you set a policy to deny all actions?
AIt overrides all allow policies
BTeam can perform no actions
COnly specific roles are denied
DAllows actions based on conditions
Explanation
A deny policy will always take precedence over allow policies, restricting actions regardless of other permissions. The others do not accurately represent IAM policy behavior.
Q442
What does Amazon EC2 stand for?
AElastic Cloud Compute
BEnterprise Cloud Control
CElastic Container Service
DEnhanced Cloud Environment
Explanation
Amazon EC2 stands for Elastic Cloud Compute, while other options describe unrelated services.
Q443
A company needs to analyze potential cost savings for AWS services. Which service can help achieve this?
AAWS Cost Explorer
BAWS CloudTrail
CAWS Config
DAWS Direct Connect
Explanation
AWS Cost Explorer provides detailed cost analysis, while the others serve different purposes.
Q444
You are configuring IAM policies for a user. What happens if a policy grants permission to perform an action but is also denied by another policy?
AThe action is allowed
BThe action is denied
CThe user receives an error
DThe decision is delayed
Explanation
Deny overrides allow in IAM, so access will be denied despite the grant.
Q445
Which AWS service is primarily used for setting up a content delivery network?
AAmazon CloudFront
BAmazon S3
CAWS Lambda
DAmazon RDS
Explanation
Amazon CloudFront accelerates content delivery globally, while the others serve different purposes.
Q446
A company needs to automate their application deployment using code. Which service should they use?
AAWS CloudFormation
BAWS Lambda
CAmazon EC2
DAWS IAM
Explanation
AWS CloudFormation automates resource management, while others do not focus on infrastructure as code.
Q447
You are configuring a VPC with public and private subnets. What happens if you set a public subnet's route table without an internet gateway?
AInaccessible from the Internet
BAccessed via VPN only
CDirect connection available
DTraffic routed through NAT
Explanation
A public subnet needs an internet gateway for external access, making it inaccessible without it.
Q448
Which service helps to distribute incoming application traffic?
AAmazon CloudFront
BAmazon Route 53
CAWS Elastic Load Balancing
DAWS Direct Connect
Explanation
AWS Elastic Load Balancing spreads traffic across multiple resources, while others serve different purposes.
Q449
A company needs to securely manage user access to AWS resources. Which feature should they implement?
AIAM Roles
BS3 Bucket Policies
CCloudTrail{
DAWS Config
Explanation
IAM Roles are designed for controlling access securely, whereas the others serve different access or monitoring functions.
Q450
What happens when an S3 bucket policy denies all access?
AAll actions denied immediately
BPermissions are still evaluated
CBucket becomes private automatically
DObjects can still be accessed
Explanation
A deny policy takes precedence, blocking all access immediately, while others suggest incorrect behaviors regarding permissions.