随笔分类 - AWS - DA
摘要:Task Breakdown Install the AWS SAM CLI on your local machine Create an S3 bucket Use `sam package` to package our code and save it in S3 Use `sam depl
阅读全文
摘要:Continue with Part 1 Overview Instead of manully build Docker image, this time, we use CodeBuild to build the Docker image for us. Update buildspec.ym
阅读全文
摘要:Creating an IAM User with Admin Permissions Navigate to IAM > Users. Click Add user. Set the following values: User name: k8-admin Access type: Progra
阅读全文
摘要:Introduction In this hands-on lab, we go through the process of configuring a CodeCommit repository from the AWS Command Line Interface. We also go th
阅读全文
摘要:Route 53 Route 53 is a cloud domain name system (DNS) service that has servers distributed around the globe used to translates human-readable names li
阅读全文
摘要:Security In The Cloud As adoption of cloud services has increased, so has the need for increased security in the cloud. The great thing about cloud se
阅读全文
摘要:Deployment overview Cloud Deployment Models Public cloud: A public cloud makes resources available over the Internet to the general public. Private cl
阅读全文