PAPrakash Agrawalinprakashagrawal.hashnode.dev·4d ago · 10 min readAWS ElasticCache Redis ProjectAWS ElastiCache serves as a managed, in-memory caching service designed to enhance database performance by reducing operational load and providing low-latency data access. The following paragraphs out00
PAPrakash Agrawalinprakashagrawal.hashnode.dev·Aug 21 · 5 min read Deploy Flask Application on Amazon EC2 with Nginx and GunicornStep 1: Launch an Amazon EC2 Instance 1.1 Launch Instance: Launch an Amazon Linux 2 EC2 instance and provide a name such as "flask-YT-demo". During this process, ensure you select an existing key pai00
PAPrakash Agrawalinprakashagrawal.hashnode.dev·Aug 8 · 3 min readConnecting EC2 to RDS using AWS Secrets ManagerIntroduction to Secrets Manager AWS Secrets Manager is a security service designed to store sensitive information like database credentials or application API keys. The primary goal is to encrypt sens00
PAPrakash Agrawalinprakashagrawal.hashnode.dev·Aug 2 · 3 min readUsing VPC Endpoint Services for Cross Account Private links Introduction to VPC Endpoint Services VPC Endpoint Services (PrivateLink) provide a highly secure way to share services between AWS accounts without the traffic ever traveling over the public internet00
PAPrakash Agrawalinprakashagrawal.hashnode.dev·Jul 24 · 7 min readETL Configuration with S3, Glue Studio and Athena in AWS The AWS ETL Architecture ETL stands for extract, transform and load. It is the process of taking data from a source, preparing or transforming it into a useful form, and loading it into a destination 00