Cloud

  • How to Deploy a Flask Web Application as Serverless App on AWS Lambda using Zappa

    How to Deploy a Flask Web Application as Serverless App on AWS Lambda using Zappa

    Zappa is the deployment framework for deploying serverless applications on AWS using AWS Lambda and API Gateway. In this article we will use Flask to demonestrate the deployment of…

    neotam Avatar
  • AWS CLI: List Resources Across All Regions

    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…

    neotam Avatar
  • How to configure Custom Domain with AWS API Gateway

    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…

    neotam Avatar
  • Create Public Certificate Using AWS Certificate Manager

    Create Public Certificate Using AWS Certificate Manager

    Did you know ? Public SSL/TLS certificates provisioned through AWS Certificate Manager are free. You pay only for the AWS resources you create to run your application. AWS issued…

    neotam Avatar
  • How to configure AWS CLI

    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,…

    neotam Avatar
  • How to host a static website with custom domain on AWS S3

    How to host a static website with custom domain on AWS S3

    To host a static website on AWS S3, you need the following resources Registered domain Access to domain registrar (Ex: GoDaddy, AWS area51) to configure DNS CNAME AWS Management…

    neotam Avatar
  • Cloud Computing

    Cloud Deployment Models Explained

    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…

    neotam Avatar