Amplify Console adds command line interface for configuring continuous deployment and hosting

Posted on: Mar 5, 2020

With this release, Amplify Console has made it’s fully managed hosting and continuous deployment service available from the Amplify CLI. The managed hosting offers benefits such as instantly available CDN, instant cache invalidation on code commit, atomic deployments, and easy custom domain setup. CLI users get the additional benefit of storing the Amplify Console resources as infrastructure as code CloudFormation templates so they can replicate their Amplify Console hosting configuration (e.g. redirects, password protection rules) in different accounts or regions.

To get started, install the Amplify CLI and run `amplify add hosting` or view our launch blog to get started.