Step-By-Step Guide: How to Enable Versioning for AWS S3

Step-By-Step Guide: How to Enable Versioning for AWS S3
Versioning Versioning is a means for keeping multiple variants of the same object in the bucket. Versioning is used to preserve, retrieve, and restore every version of every object stored in an S3 bucket. Versioning is done at the S3 Bucket level. Versioning can be enabled from the AWS Console / SDKs / API. Versioning, ...

Step-By-Step Guide: How to use AWS Secrets Manager

Step-By-Step Guide: How to use AWS Secrets Manager
Table of ContentsArchitecture DiagramStep-By-Step GuideStep 1. Create Aurora Serverless Database with CredsStep 2. Verify Secrets in Secrets ManagerStep 3. Application queries Data secret from Secrets Manager Step 4. Secrets Manager retrieves the secret, decrypts it, and returns the password to the applicationStep 5. The application parses the credentials and uses them to access the database ...

Step-By-Step Guide: Enable sticky sessions in the Application Load balancer

Step-By-Step Guide: Enable sticky sessions in the Application Load balancer
Table of ContentsArchitecture DiagramStep-By-Step GuideStep 1. Create a Security Group for the load balancer and EC2 InstanceStep 2. Launch 2 EC2 InstancesStep 3. Create target group and application load balancerStep 4. Enable stickiness by modifying the Target Group attributeStep 5. Testing the stickiness Architecture Diagram Step-By-Step Guide Step 1. Create a Security Group for the ...

Step-By-Step Guide: Accessing S3 objects via S3 Pre-signed URLs

Step-By-Step Guide: Accessing S3 objects via S3 Pre-signed URLs
Table of ContentsHigh-level ArchitectureStep 0. Create an S3 bucket, copy the Image file and the codeStep 1. Launch an EC2 InstanceStep 2. Connect and Install Python and Virtualenv on E2 InstanceStep 3. Copy the image file and the code from S3 to the EC2 instanceNoteStep 4. Run your Flask Web Application ServerStep 5. Access the ...

Step-By-Step Guide: Allocate Elastic IP Address and Associating with an EC2 instance

Step-By-Step Guide: Allocate Elastic IP Address and Associating with an EC2 instance
Table of ContentsIntroductionBenefitsStatic Public IPReliabilityIP WhitelistingElastic Load BalancingReverse DNSAWS Resource ManagementCost-EffectiveHigh-level ArchitectureStepsStep 1. Launch EC2Step 2. Login to EC2 instance using PuttyStep 3. Install and Start Apache HTTP ServerStep 4. Create a test.html and access it via browserStep 5. Stop and Start the instance.Step 6. Allocate Elastic IP address and Attach it to the instanceConclusion ...