How to manage multiple AWS keys on localhost

To manage multiple AWS keys on localhost, configure multiple profiles in the AWS CLI using the ~/.aws/config and ~/.aws/credentials files. Obtain Access Keys:Navigate to the AWS Management Console and create…

How to use the curl command to make DNS queries and resolve domains

curl –resolve

How to force DNS lookup domains

$ nslookup dmscambs.co.uk 8.8.8.8$ nslookup dmscambs.co.uk$ curl -i www.dmscambs.co.uk$ curl -vvv www.biomodels.co.uk

AWS CLI Cheat Sheet

ssss