Calculating Date, Time in SQL-mysql
May 16, 2023
1 min
In order to use the AWS API, you must first credentials. Get the aws_access_key and aws_secret_access_key issued in the AWS console.
File name “credentials”
File content
[default]aws_access_key_id=AKIAIOSFODNN7EXAMPLE(Issued aws_access_key)aws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY(Issued aws_secret_access_key)
-linux:/root/.aws/credentials (I run cli-related applications with the root account) -Windows:(login account folder)/.aws/credentials
For more information, please refer to the AWS official website below.