Category Cloud

AWS CLI: List Resources Across All Regions

AWS uses the regions and avaiability zones. Where region is the seperate geographic location while avaiability zone is the logical building block of AWS region. Multiple availabiliy zones make up the AWS region. Availability zone is the distinct location in…

How to configure Custom Domain with AWS API Gateway

To configure custom domain for the deployed API on API gateway we need the certificate either public certificate created using AWS Certificate Manager or certificate provided by other certificate authority Check this article to create a certificate using ACM Assuming…

How to configure AWS CLI

AWS CLI is the command line tool to interact with cloud technologies deployed on AWS Install AWS CLI as follows If you are working with single cloud AWS account, then configuring AWS CLI is strait forward Above command will take…

Cloud Deployment Models Explained

Cloud Computing
Cloud computing is the on-demand deliver of computer system resources such as computing power, storage and networking over the internet to any location. Cloud deployment model is defined as specific type of cloud environment that is differentiated by the size,…