Assuming you have AWS cli installed :
aws iam upload-server-certificate --server-certificate-name www.site.tld-cf --certificate-body file://public.key --private-key file://private.key --certificate-chain file://bundle.pem --path /cloudfront/
nJoy 😉
Assuming you have AWS cli installed :
aws iam upload-server-certificate --server-certificate-name www.site.tld-cf --certificate-body file://public.key --private-key file://private.key --certificate-chain file://bundle.pem --path /cloudfront/
nJoy 😉
If you need to automate firewall settings for AWS by service this is a real time source of info you can pro grammatically use.
https://ip-ranges.amazonaws.com/ip-ranges.json
nJoy 😉
aws iam update-user –user-name suse-dev –new-user-name sqs-dev
nJoy 😉