kurtzace / diary2023

0 stars 0 forks source link

AWS cheatsheet #12

Open kurtzace opened 10 months ago

kurtzace commented 10 months ago

Unkown concepts

5 Pillars of the Well-Architected Framework

IAM Policy JSON ( { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "", "Resource": "" } ] }

https://bucket-name.s3.Region.amazonaws.com/key-name

S3 ACLs to individual objects within a bucket.

Strong Read-After- Write Consistency

S3 IA-> Glacier (1 min to 12 hour)-> Glacier deep archieve (12hr)

S3 obj lock: write once, read many WORM

A retention period protects an object version for a fixed amount of time

Legal holds can be freely placed and removed by any user who has the s3:PutObjectLegalHold permission - prevents an object version from being overwritten or deleted

Encry: SSE-S3, KMS or C. x-amz-server-side-encryption

Perf-S3 S3 Byte-Range Fetches , or deeper level prefix /spread reads across prefix,or Multipart Uploads

http://169.254.169.254/latest/meta-data/local-ipv4