https://github.com/mbrsagor/devops
DevOps is a set of practices that combines software development (Dev) and IT operations (Ops). Its goal is to shorten the software development lifecycle and deliver high-quality software continuously.
https://github.com/mbrsagor/devops
aws-sdk docker k8s linux shell-script yaml
Last synced: about 1 month ago
JSON representation
DevOps is a set of practices that combines software development (Dev) and IT operations (Ops). Its goal is to shorten the software development lifecycle and deliver high-quality software continuously.
- Host: GitHub
- URL: https://github.com/mbrsagor/devops
- Owner: mbrsagor
- Created: 2023-06-01T00:37:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-18T17:23:10.000Z (4 months ago)
- Last Synced: 2026-02-18T20:48:55.661Z (4 months ago)
- Topics: aws-sdk, docker, k8s, linux, shell-script, yaml
- Language: Shell
- Homepage: https://github.com/mbrsagor/aws
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevOPS & MlOPS
> AWS Solutions Associate Architect Associate.
###### Table of contents
- EC2
- VPC
- Subnet
- S3
- EBS (Amazon Elastic Block Store)
- RDS
- Route53
- Lambda
- LB (load balancer)
- API Gateway
- CI/CD
- CloudFront
- Auto Scaling
#### To download your AWS RDS PostgreSQL database from the AWS Console, follow these steps:
##### Step 1: Take a Snapshot
- Go to the AWS RDS Console.
- Click on your database instance
- Navigate to the Maintenance & backups tab
- Scroll down to Snapshots.
- Click "Take snapshot."
- Give it a name (e.g., dbname-backup)
- Click "Create snapshot".
- Wait for the snapshot to appear in the Snapshots list (it may take a few minutes).
##### Step 2: Export the Snapshot to an S3 Bucket
- Go to Snapshots under the RDS menu
- Select the snapshot you just created
- Click "Actions" → "Export to Amazon S3"
- Choose or create an S3 bucket to store the backup
- Select "PostgreSQL" as the format.
- Click "Start Export"
- Wait for AWS to complete the export
##### Step 2: Export the Snapshot to an S3 Bucket
- Go to AWS S3 Console
- Open the bucket where the backup was exported
- Locate the backup file (.csv or .parquet for individual tables, or .sql for a full dump).
- Click "Download"