AWS - Generate Credentials
This page explains how to optain the Access
and Secret KEY
for an AWS account and later use them to deploy your application on GitHub repository using DeployPRO
service.
Access keys
consist of an access key ID and a secret access key, which are used to sign programmatic requests that you make to AWS. For better security, AWS recommends using IAM access keys instead of AWS root account access keys.
Create Acces Key and Secret Key
Still, in the
IAM dashboard
, locate and click onUsers
in the left-hand navigation pane. This will display a list of IAM users in your account.Identify the IAM user for whom you want to create an Access Key and click on their username in the user list.
Within the IAM user details, navigate to the
Security credentials
tab. This tab is where you manage various security settings for the selected user.Under the
Access keys
section, click on theCreate access key
button.Complete the step!
Step 1: Access key best practices & alternatives
Select
Command Line Interface (CLI)
. Don't forget to tick the confirmation checkbox before clickingNext
.Step 2: Set description tag - optional
This step is optional, you can directly click
Create Access Key
.Step 3: Retrive access key
This picture below is how it looks when the
Access Key
andSecrete Key
is created completely.
- Download the Access Key and Secret Key CSV file using the
Download .csv file
button. Ensure you save this file securely, as the Secret Key will not be shown again.
⚠️ Security Alert
Treat Access Keys and Secret Keys as sensitive information. Avoid sharing them publicly or hardcoding them into your applications. Instead, use AWS-recommended practices like environment variables or AWS-specific configuration files to securely manage these credentials.
✅ Resources
- 👉 Deploy Projects using your preferred provider:
AWS
,DigitalOcean
,Azure
, and GCP (soon) - 👉 Get Deployment Support from the team behind this service
- 👉 Join the Community and chat with the team behind
DeployPRO