Amazon Glacier | Vault Access Policies Flashcards

1
Q

How do I delete a vault?

Vault Access Policies

Amazon Glacier | Storage

A

You may delete any Glacier vault that does not contain any archives using the AWS Management Console, the Amazon Glacier APIs or the SDKs. Once a vault has been deleted, you can then re-create a vault with the same name. If your vault contains archives, you must delete all the archives before deleting the vault.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a vault access policy?

Vault Access Policies

Amazon Glacier | Storage

A

A vault access policy is a resource-based policy that you can attach directly to your Glacier vault (the resource) to specify who has access to the vault and what actions they can perform on it. To learn more please read Managing Vault Access Policies in the Amazon Glacier developer’s guide.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How are vault access policies different from access control based on AWS Identity and Access Management (IAM) policies?

Vault Access Policies

Amazon Glacier | Storage

A

Access permissions can be assigned in two ways: as user-based permissions or as resource-based permissions. Access control based on IAM policies is user-based where you would assign IAM policies to IAM users or groups to control the read, write, and delete permissions on your Glacier vaults. Access control with vault access policies is resource-based where you would attach an access policy directly on a vault to govern access to all users. Vault access policies can make certain use cases simpler. For example, to protect information in a business-critical vault from unintended deletion, you can create a vault access policy that denies delete attempts from all users. This data protection procedure can be accomplished in a matter of minutes in the AWS Management Console without having to audit and revoke delete permissions assigned to users through IAM policies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Can I use vault access policies to manage cross-account access?

Vault Access Policies

Amazon Glacier | Storage

A

Yes you can. For example, you can grant read-only access on your vault to a business partner in a different AWS account by simply adding that account to the vault’s access policy and specifying that only read activities are allowed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How does billing work in a cross-account access scenario?

Vault Access Policies

Amazon Glacier | Storage

A

The vault owner’s account will be billed for the charges incurred during cross-account access. For example, Alice (account A) grants Bob (account B) access to Alice’s “movies” vault and allows Bob to upload data. After Bob makes 1000 requests to upload 1GB of data, Alice’s account (account A) will be billed for the 1000 requests as well as the 1GB of data until the data is deleted. Bob’s account (account B) will not incur these charges.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do I create and manage vault access policies?

Vault Access Policies

Amazon Glacier | Storage

A

You can create and manage vault access policies in the AWS Glacier console or use the vault access APIs in the AWS SDK. To learn more please read Managing Vault Access Policies in the Amazon Glacier developer’s guide.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly