In: Computer Science
Question 1 The name of S3 access point cannot start with a dash.
True
False
Question 2 Which of the following is an incorrect statement about IAM (Identity and Access Management)?
IAM’s goal is to secure the system.
IAM grants or denies access to the system.
IAM only grants access to the system and does not deny access to the system.
IAM is linked to the business policies and procedures.
Question 3 AWS services cannot be accessed/managed by using Software Development Kits (SDK).
True
False
Question 4 AWS EFS (Elastic File System) can be used with EC2 Microsoft Windows instance.
True
False
Question 5 In AWS IAM, a “Policy” can be assigned to a “User”, a “Group”, or a “Role”.
True
False
Question 6 S3 is for cold data, whereas S3 Glacier is for warm data.
True
False
Question 7 IAM (Identity and Access Management) concerns only cloud computing, not traditional computing.
True
False
Question 8 One S3 access point can be associated with many S3 buckets.
True
False
Question 9 EBS (Elastic Block Store) has better performance than S3 (Simple Storage Services). If pricing/cost is not a concern, then EBS can replace S3.
True
False
Question 10 In AWS IAM, a “Role” is no different from a “Group”.
True
False
Question 11 AWS S3 Glacier does not support PCI DSS (Payment Card Industry Data Security Standard) compliance, because it is a system/service for storing archives.
True
False
Question 1:- True it cannot be start with a dash it can only start with a lowercase letter or a number.
Question 2- Statement 3 is incorrect that IAM only grant access to the system and does not deny access to the system.
Question 3:- False because AWS services can be accessed or managed by software development kit.
Question 4:-False because Amazon EFS is not supported on Windows instances.
Question 5:- True Users who have the necessary permissions can create policies and assign them to IAM users, groups, and roles.
Question 6:-True S3 is for cold data, whereas S3 Glacier is for warm data. In general the more warm is the more faster.
Question 7:- True beacuse it deals with cloud computing.
Question 8:- False because One S3 access point can be associated with exactly one bucket.
Question 9:- True, EBS is faster than Amazon S3 if price is not a concern then EBS can replace S3.
Question 10:- False, In AWS IAM, a “Role” is different from a “Group”. A group is a collection of users that works on a permission where as a role is a collection of permissions according to which the user have to work.
Question 11:- False, it support PCI DSS