DaaS / Products / Secure ECS Web Server Provisioning

Secure ECS Web Server Provisioning

A developer creates standardized custom ECS images to bake in application dependencies and server configuration, then launches instances from those images and deploys SSL certificates onto them to serve traffic over HTTPS — a routine web-server provisioning workflow.

Products involved

Scenario

A developer creates standardized custom ECS images to bake in application dependencies and server configuration, then launches instances from those images and deploys SSL certificates onto them to serve traffic over HTTPS — a routine web-server provisioning workflow.

How the products combine

  1. ecs · ecs-manage-images — ECS — Manage custom images for ECS instances
  2. See ecs/ecs-manage-images.

  3. cas · cas-deploy-certificate — Certificate Management Service — Deploy SSL certificate to servers or cloud resources
  4. See cas/cas-deploy-certificate.

Typical questions

FAQ

Q: How do I provision a secure HTTPS web server on Alibaba Cloud ECS? A: You can provision a secure HTTPS web server on Alibaba Cloud ECS by combining ECS custom image management with Certificate Management Service. First, create a standardized custom ECS image to bake in application dependencies and server configuration. Then, launch instances from that image and deploy an SSL certificate to serve traffic over HTTPS.