Tag : s3
How to install and configure the AWS CLI on Windows 10
by Sjir Akimori
Got a question on how to install the AWS CLI on Windows 10, so I will provide some steps below. Start by going to the...
How to host an HTML5 website on AWS with S3 and CloudFront
by Sjir Akimori
I recently had a friend asking me how he could install an HTML5 template he bought on AWS, he already had been reading up and...
AWS Cli Commands to remember
by Sjir Akimori
Just some commands to remember so we can look it up easily. Upload Certificate:aws iam upload-server-certificate --server-certificate-name ulyaoth --certificate-body file://2_ulyaoth.crt --private-key file://3_ulyaoth.key --certificate-chain file://1_Intermediate.crt --path...