随笔分类 - AWS
摘要:Configuring Your Cluster Kubernetes has configurations that can be tuned to optimize your deployed application. Cost Replicas: you can reduce number o
阅读全文
摘要:Overview Create IAM User with CodeCommit Access Configure local AWS user aws configure HTTPS Git credentials for AWS CodeCommit Create CodeCommit Repo
阅读全文
摘要:The AWS Command Line Interface (AWS CLI) is a command-line tool that allows you to interact with AWS services using commands in your terminal/command
阅读全文
摘要:Elastic Beanstalk is a powerful Development Operations tool (Dev Ops) to deploy your code to AWS services and infrastructure with minimal effort. EB C
阅读全文
摘要:When Launch a new EC2 instance, in the final step, you can create a new private key pair and download it as pem file. For example, I have one call `my
阅读全文
摘要:CORS: Cross Origin Resource Sharing: defines how a client can interact with a resource, and what the client can and cannot do with that resource. Sett
阅读全文
摘要:For example client want to upload some large file to our FileSotre, for example S3. Normally we might thinking about Send file to our server Our serve
阅读全文
摘要:Prerequisites: An AWS account AWS CLI installed on your client. If not, refer to the official AWS instructions to install/update AWS CLI (version 2) b
阅读全文
摘要:In this hands-on exercise, you will learn how to send alerts via SNS by creating a topic, subscribing to a topic, and publishing an alert message to a
阅读全文
摘要:Amazon SQS is a service that hosts the queue of messages (requests and responses) from the decoupled application components. Have a quick look at this
阅读全文
摘要:In this hands-on exercise, you will learn to create a network load balancer (NLB), and see the role of an NLB. An NLB serves as the single point of co
阅读全文
摘要:Let's have a look at how to create a load balancer, and see the configuration details for an existing load balancer. A. Prerequisite Go to the EC2 das
阅读全文
摘要:Let's have a walkthrough of an Auto Scaling Group which has already been created. 1. Select an Auto Scaling Group Go to the EC2 Dashboard, and select
阅读全文
摘要:EC2 Auto Scaling is a service that ensures you have the desired number of EC2 instances always up and running to handle the expected load for your app
阅读全文
摘要:An IAM policy is a JSON file that defines the level of permissions (authorization) a user (or a service) can have while accessing AWS services in your
阅读全文
摘要:S3 & CloudFront In this hands-on exercise, you will access private S3 bucket content via a Cloud Front distribution. You will also learn that CloudFro
阅读全文
摘要:In this hands-on exercise, you will create a MySQL database instance using RDS. Prerequisites: AWS Account By the end of this lab, you will be able to
阅读全文
摘要:Elastic Beanstalk In this hands-on exercise, you will use Elastic Beanstalk to deploy a web application to the cloud. Pre-requisites: AWS Account By t
阅读全文
摘要:Compute Power in the Cloud In this hands-on exercise, you will write your first Lambda function using Node.js. Prerequisites: AWS account An Amazon S3
阅读全文
摘要:Let's learn how to create your custom VPC. From the VPC Dashboard, click the Launch VPC Wizard. It is a two-step process, as mentioned below. Snapshot
阅读全文