1. Right Answer: C
Explanation: The AWS(Amazon Web Service) Documentation mentions the following A VPC endpoint enables you to privately connect your VPC to supported AWS(Amazon Web Service) services and VPC endpoint services powered by PrivateLink without requiring an internet gateway, NAT device, VPN connection, or AWS(Amazon Web Service) Direct Connect connection. Instances in your VPC do not require public IP addresses to communicate with resources in the service. Traffic between your VPC and the other service does not leave the Amazon network. Option A,B and C are all invalid because the question specifically mentions that access should not be provided via the Internet For more information on VPC endpoints, please refer to the below URL https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-endpoints.html
2. Right Answer: A
Explanation: Here since the communication would be established inward to the database server and outward from the application server , you need to ensure that just the Inbound rules for the application server security groups are checked. And then just the Outbound rules for the database server security groups are checked. Option B is invalid because the communication needs to be checked for the Inbound traffic for Database security Groups and Inbound for the application security groups. Option C is invalid because you don't need to check for Outbound security rules for the database security group Option D is invalid because you don't need to check for Inbound security rules for the application security group For more information on Security Groups, please refer to below URL https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html
3. Right Answer: B
Explanation:
4. Right Answer: D
Explanation: The AWS(Amazon Web Service) Documentation mentions the following on lifecycle policies Lifecycle configuration enables you to specify the lifecycle management of objects in a bucket. The configuration is a set of one or more rules, where each rule defines an action for Amazon S3 to apply to a group of objects. These actions can be classified as follows: Transition actions ' In which you define when objects transition to another storage class. For example, you may choose to transition objects to the STANDARD_IA (IA, for infrequent access) storage class 30 days after creation, or archive objects to the GLACIER storage class one year after creation. Expiration actions ' In which you specify when the objects expire. Then Amazon S3 deletes the expired objects on your behalf. Option A and C are invalid because neither bucket policies neither IAM policy's can control the purging of logs Option D is invalid CORS is used for accessing objects across domains and not for purging of logs For more information on AWS(Amazon Web Service) S3 Lifecycle policies, please visit the following url https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html
5. Right Answer: D
Explanation: On the AWS(Amazon Web Service) Blog site the following information is present to help on this context The newly released whitepaper, Single Sign-On: Integrating AWS, OpenLDAP, and Shibboleth, will help you integrate your existing LDAP-based user directory with AWS. When you integrate your existing directory with AWS, your users can access AWS(Amazon Web Service) by using their existing credentials. This means that your users don't need to maintain yet another user name and password just to access AWS(Amazon Web Service) resources. Option A,B and D are all invalid because in this sort of configuration, you have to use SAML to enable single sign on. For more information on integrating AWS(Amazon Web Service) with LDAP for Single Sign-On, please visit the following url https://aws.amazon.com/blogs/security/new-whitepaper-single-sign-on-integrating-aws-openldap-and-shibboleth/
Leave a comment