AWS Quota Monitor AWS Detective You can have cross region cross account widgets in Cloudwatch dashboard

Traffic Mirroring don’t have the access to drop packets and Target MTU should be higher, or else packets will be truncated AWSTOE - A component of ec2 image builder Ec2 image builder’s workflow, added functionalities like conditionals on top of pipeline

For immediate access use file gateway

inspector Ec2, ec2, lambda,

RDS backups for point in time recovery is 1 to 35 days with 5 minutes diff

 By default, the enableDnsHostNames is set to false for VPCs created using the AWS CLI

Open search - Deploy three master nodes to different Availability Zones and deploy four storage nodes into multiple Availability Zones.

Use CaseRecommendation
Light use (dev/test)3 total nodes (all roles on each)
Moderate prod3 master + 3 data (6 total)
Heavy search or indexing3 master + 6–12 data + 1–2 client
Logging/monitoring with retentionAdd UltraWarm or cold tier nodes if using plugins/extensions

SMB and NFS - File Gateway - S3 iSCSI - Volume gateway - S3 (EBS Snapshots) iSCSI VTL - Tape Gateway - S3 (virtual tapees) and S3 Glacier (Archives)

You want to increase the storage space of the stored volume gateway, you’d create a snaphot and use the new volume created from that snapshot

If you enabled versioning and MFA Delete, these two require auth

  • Change the versioning state of your bucket
  • Permanently delete an object version

Ensuring bucket owner has full control: That would require the canned ACL bucket-owner-full-control, which is not used here.

"Condition": {
  "StringEquals": {
    "s3:x-amz-acl": ["public-read"]
  }
}
"Condition": {
  "StringEquals": {
    "s3:x-amz-acl": ["bucket-owner-full-control"]
  }
}
Canned ACLWho Gets AccessWhat They Can Do
private (default)Only the object ownerFull control
public-readEveryone (anonymous users)Read (download)
public-read-writeEveryoneRead and write (⚠️ very insecure)
authenticated-readAny AWS accountRead
bucket-owner-readBucket ownerRead
bucket-owner-full-controlBucket ownerFull control