随笔分类 -  AWS

摘要:Let's have an overview of the information available on the EC2 dashboard. Snapshot: EC2 Dashboard The details of the items highlighted in red above ar 阅读全文
posted @ 2021-03-14 16:18 Zhentiw 阅读(139) 评论(0) 推荐(0) 编辑
摘要:In this lesson we learn how to deploy your React application to AWS using the Amplify CLI & Amazon S3. Rnn: amplify add hosting Next, we're prompted f 阅读全文
posted @ 2021-03-11 16:19 Zhentiw 阅读(81) 评论(0) 推荐(0) 编辑
摘要:Amazon S3 offers a way to store & retrieve items in the cloud. In this lesson we’ll see how we can easily store images in an S3 bucket using the AWS A 阅读全文
posted @ 2021-03-11 16:17 Zhentiw 阅读(157) 评论(0) 推荐(0) 编辑
摘要:In this lesson we’ll create a new GraphQL API using the Amplify CLI and use the Amplify GraphQL API to query data from the new API & render it in our 阅读全文
posted @ 2021-03-11 04:10 Zhentiw 阅读(71) 评论(0) 推荐(0) 编辑
摘要:If you want to share some file in S3 with some one for a period of time you can create presign url. aws s3 presign s3://<bucket_name>/<filen_ame> --ex 阅读全文
posted @ 2021-03-05 20:09 Zhentiw 阅读(188) 评论(0) 推荐(0) 编辑
摘要:Kinesis Stream Add Kinesis serverless.yml, add following configuration resources: Resources: orderEventsStream: Type: AWS::Kinesis::Stream Properties: 阅读全文
posted @ 2021-03-03 18:22 Zhentiw 阅读(100) 评论(0) 推荐(0) 编辑
摘要:Kinesis trigger Lambda flow When kinesis stream receive order_placed event then trigger Lambda which will call ses (Simple Email Service) to send emai 阅读全文
posted @ 2021-03-03 18:21 Zhentiw 阅读(88) 评论(0) 推荐(0) 编辑
摘要:Serverless AWS lambda Config serverless with aws serverless config credentials --provider aws --key <ACCESS_KEY_AWS> --secret <SECRET_KEY_AWS> Init pr 阅读全文
posted @ 2021-02-24 21:37 Zhentiw 阅读(115) 评论(0) 推荐(0) 编辑
摘要:Choose a "Hosted zones" (the application we created) A Version with 90% weight B Version with 10% weight Blue/Green deployment whitepaper 阅读全文
posted @ 2021-02-22 19:29 Zhentiw 阅读(125) 评论(0) 推荐(0) 编辑
摘要:During the deployment, if you have any external files you need to add into build process. You can save those files into S3. Then pulling those files i 阅读全文
posted @ 2021-02-22 16:22 Zhentiw 阅读(58) 评论(0) 推荐(0) 编辑
摘要:1. Download the git repo into local. 2. Copy the SSH / HTTPS URL from CodeCommit Repo Then run: git remote set-url origin ssh://code-commit.address.xx 阅读全文
posted @ 2021-02-17 21:24 Zhentiw 阅读(45) 评论(0) 推荐(0) 编辑
摘要:Install: npm i -g aws-cdk Init a project: cdk init sample-app --language=typescript To verify it works: npm run build Should have no error. Developeme 阅读全文
posted @ 2020-08-04 23:04 Zhentiw 阅读(634) 评论(0) 推荐(0) 编辑
摘要:Building larger serverless applications can be tricky - creating many lambda functions as well as other resources such as DynamoDB tables, S3 buckets, 阅读全文
posted @ 2020-07-01 20:09 Zhentiw 阅读(346) 评论(0) 推荐(0) 编辑
摘要:In this lesson, you will learn how to host a static website on Amazon S3. I will show you how to create the buckets, create the bucket policy to allow 阅读全文
posted @ 2016-05-20 15:11 Zhentiw 阅读(411) 评论(0) 推荐(0) 编辑
摘要:On Windows, just download the installer and install it. Configure: In your aws console: go to Security Credentials tab Access Keys (Access Key ID and 阅读全文
posted @ 2016-05-07 16:46 Zhentiw 阅读(303) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示