Python Flask & AWS
About Lesson

In this video we want to talk about Amazon Certificate Manager with Python Flask, we already have learned that how we can deploy our Flask Application to Amazon Elastic Beanstalk, also we have learned that how we can add custom domain name to our Flask App with Amazon Route53, and now in this video we want to learn how to secure our flask web application with Amazon Certificate Manager, Amazon Certificate Manager (ACM) is service provided by Amazon Web Services (AWS) that lets you provision, manage and deploy Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificates for use with AWS services and your internal resources. ACM makes it easy for developers to obtain and install SSL/TLS certificates on their web applications and APIs, without need for any manual intervention. ACM can automatically renew and deploy SSL/TLS certificates, so you don’t have to worry about the expiration or revocation of certificates. ACM offers both public and private SSL/TLS certificates, which can be used to secure communication between client applications and servers running on the AWS infrastructure. With ACM, you can use SSL/TLS certificates to secure your website, API endpoints, and other resources, ensuring that your data is encrypted and secure.

 

 

 

Exercise Files
FlaskApp.zip
Size: 86.66 KB
Join the conversation