上一页 1 ··· 148 149 150 151 152 153 154 155 156 ··· 498 下一页
摘要: Overview: Create an S3 Bucket to store CloudFormation template Create Root Stack CloudFormation stack Create multi childstacks in rootestack Create an 阅读全文
posted @ 2021-04-10 21:54 Zhentiw 阅读(128) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2021-04-09 19:32 Zhentiw 阅读(115) 评论(0) 推荐(0)
摘要: From to HTML: <header class="header item"> <em><strong>LOGO</strong></em> <a href="#about">About</a> <a href="#portfolio">Portfolio</a> <a href="https 阅读全文
posted @ 2021-04-09 18:08 Zhentiw 阅读(825) 评论(0) 推荐(0)
摘要: CloudFormation In this hands-on exercise, you will create an S3 bucket with AWS CloudFormation. Prerequisites: AWS account By the end of this lab, you 阅读全文
posted @ 2021-04-09 18:06 Zhentiw 阅读(75) 评论(0) 推荐(0)
摘要: We’ll cover topics including: Why Orchestration? Kubernetes Fundamentals Kubernetes on AWS Using a Kubernetes Cluster Other Deployment Strategies Why 阅读全文
posted @ 2021-04-09 17:43 Zhentiw 阅读(59) 评论(0) 推荐(0)
摘要: Key Points AWS EKS is a service that we can use to set up Kubernetes. The deployment.yaml file is used to specify how our pods should be created. The  阅读全文
posted @ 2021-04-09 17:41 Zhentiw 阅读(75) 评论(0) 推荐(0)
摘要: Configuring Your Cluster Kubernetes has configurations that can be tuned to optimize your deployed application. Cost Replicas: you can reduce number o 阅读全文
posted @ 2021-04-09 17:40 Zhentiw 阅读(147) 评论(0) 推荐(0)
摘要: Find: sudo lsof -i :8080 Kill: kill -9 <PID> 阅读全文
posted @ 2021-04-08 15:16 Zhentiw 阅读(74) 评论(0) 推荐(0)
摘要: Overview Create IAM User with CodeCommit Access Configure local AWS user aws configure HTTPS Git credentials for AWS CodeCommit Create CodeCommit Repo 阅读全文
posted @ 2021-04-07 03:23 Zhentiw 阅读(162) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2021-04-07 03:22 Zhentiw 阅读(238) 评论(0) 推荐(0)
上一页 1 ··· 148 149 150 151 152 153 154 155 156 ··· 498 下一页