AWS DataSync – Discover and move your data between on-premises, AWS, and other cloud storage with end-to-end security, including data encryption and integrity validation. AWS DataSync is a fully managed data transfer service that simplifies, automates, […]
The S3 Requester Pays feature shifts the cost of data retrieval and data transfer out of the S3 bucket to the requester. This means that if the requesters accesses or downloads data from the owner’s S3 […]
DynamoDB Point-in-Time Recovery (PITR) is a feature that provides the capability to restore your DynamoDB tables to any point in time within the last 35 days. Recovery Point Objective (RPO) – RPO refers to the maximum […]
Use AWS Certificate Manager (ACM) to import an SSL/TLS certificate. Apply the certificate to the ALB. Use Amazon EventBridge (Amazon CloudWatch Events) to send a notification when the certificate is nearing expiration. Rotate the certificate manually. […]
This series of posts captures the footprints of my journey to Capture The Flag on The Big IAM Challenge – Round 3 Challenge 3 Upon examining the IAM policy, it’s evident that subscribing to the specified […]
Amazon EventBridge Scheduler – Amazon EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service. Highly scalable, EventBridge Scheduler allows you to schedule millions of tasks […]
Amazon AppFlow – Automate data flows between software as a service (SaaS) and AWS services.https://aws.amazon.com/appflow/Demo: https://www.youtube.com/watch?v=RfFXxVt3l0k&ab_channel=NamrataHShah AWS Direct Connect is a network service that allows you to establish a dedicated network connection from your on-premises data […]
Solution – Stream the transactions data into Amazon Kinesis Data Streams. Use AWS Lambda integration to remove sensitive data from every transaction and then store the transactions data in Amazon DynamoDB. Other applications can consume the […]
Minimal operational overhead solution for peak hours with a high number of requests: Amazon S3 Intelligent-Tiering is the only cloud storage class that delivers automatic storage cost savings when data access patterns change, without performance impact […]
http://www.hinsonli.com setup: Create an Amazon CloudFront distribution that has the S3 bucket (static)/ ALB (dynamic) as the origins. Configure Route 53 to route traffic to the CloudFront distribution. Note secret manager provide multi-region replication option. AURORA […]