zl程序教程

AWS-ss

  • 【翻译】研究表明--保护公共AWS SSM文件的必要性

    【翻译】研究表明--保护公共AWS SSM文件的必要性

    AWS系统管理器通过创建SSM文档在AWS资源上自动执行操作任务。以JSON或YAML创建的SSM文档包含AWS系统管理器将在云资产上执行的操作。默认情况下,SSM文档是私有的,但可以配置为与其他AWS账户共享或公开共享。AWS提供了共享SSM文档的最佳实践。Check Point CloudGuard研究团队分析了由其所有者配置为公开共享的SSM文档。研究团队发现,出现了一些对该服务的基本误解,

    日期 2023-06-12 10:48:40     
  • MySQL Error number: MY-011422; Symbol: ER_KEYRING_AWS_FAILED_TO_ACCESS_OR_CREATE_KEYRING_DIR; SQLSTATE: HY000  报错 故障修复 远程处理

    MySQL Error number: MY-011422; Symbol: ER_KEYRING_AWS_FAILED_TO_ACCESS_OR_CREATE_KEYRING_DIR; SQLSTATE: HY000 报错 故障修复 远程处理

    MySQL Error number: MY-011422; Symbol: ER_KEYRING_AWS_FAILED_TO_ACCESS_OR_CREATE_KEYRING_DIR; SQLSTATE: HY000 报错 故障修复 远程处理 文档解释 Error number: MY-011422; Symbol: ER_KEYRING_AWS_FAILED_TO_ACCESS_OR

    日期 2023-06-12 10:48:40     
  • 灵活的云计算利用AWS S3和MySQL让你的业务更上一层楼(awss3mysql)

    灵活的云计算利用AWS S3和MySQL让你的业务更上一层楼(awss3mysql)

    灵活的云计算:利用AWS S3和MySQL让你的业务更上一层楼 现在,随着企业的需要增长,云计算成为了一个必须的资源。云计算的优点在于它可以为企业提供更加灵活的资源并且可以随时按需分配。在这篇文章中,我们将介绍如何使用AWS S3和MySQL来利用云计算的灵活性来提高业务效率和管理成本。 AWS S3 AWS S3是一种适用于大规模数据存储的对象存储。它是可扩展的,安全的和高度可用的。AW

    日期 2023-06-12 10:48:40     
  • [AWS] Creating a Private Hosted Zone and Associating It with Multiple VPCs

    [AWS] Creating a Private Hosted Zone and Associating It with Multiple VPCs

    We are going to create a A private host zone and test this private host zone with VPC1 and VPC2... for VPC3, you can follow the VPC2 as example. Create a private host zone in VPC1, VPC2, VPC3 Then c

    日期 2023-06-12 10:48:40     
  • [AWS] Assign a public IP address to an EC2 instance after launched

    [AWS] Assign a public IP address to an EC2 instance after launched

    You can auto assign a public IP address when you launch a new EC2 instance. But if you didn't and you want to assign one after launched, you can use Elastic IP address (EIP) to achieve that. Then nee

    日期 2023-06-12 10:48:40     
  • [AWS Lambda] Convert a Express node.js app to serverless

    [AWS Lambda] Convert a Express node.js app to serverless

    Install new dependencies In a folder with the serverless project run the following commands to add new dependencies: npm install --save aws-serverless-express npm install --save express express 

    日期 2023-06-12 10:48:40     
  • [AWS] Lab: CloudFormation and SAM to deploy a Serverless fuction

    [AWS] Lab: CloudFormation and SAM to deploy a Serverless fuction

    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 deploy` to deploy a Lambda function using CloudForma

    日期 2023-06-12 10:48:40     
  • [AWS] AWS Serverless Application Model (AWS SAM)

    [AWS] AWS Serverless Application Model (AWS SAM)

    Building larger serverless applications can be tricky - creating many lambda functions as well as other resources such as DynamoDB tables, S3 buckets, API Gateways takes quite a lot of time if we wer

    日期 2023-06-12 10:48:40     
  • [AWS] Serverless: API Gateway

    [AWS] Serverless: API Gateway

    Features Serverless Monitoring Authentication Throttling Web application Firewal Custom domain names How API Gateway works When user come to your site, API Gateway will get all requests and redriec

    日期 2023-06-12 10:48:40     
  • [Cloud DA] Serverless Framework with AWS - Part 0: Serverless Project structure

    [Cloud DA] Serverless Framework with AWS - Part 0: Serverless Project structure

    Part 0 of Serverless Framework with AWS Serverless Project Structure New configuration format Please notice that the default structure of the TypeScript project has slightly changed, and it now

    日期 2023-06-12 10:48:40     
  • [AWS] Lab: Configure a Cognito user can access DynamoDB for read

    [AWS] Lab: Configure a Cognito user can access DynamoDB for read

      Create an IAM User Give Admin access Create DynamoDB Table 1) Create facts table: **** (use ^ - Shift + 6 if you are a windows user, not \) **** aws dynamodb create-table --table-name fa

    日期 2023-06-12 10:48:40     
  • [AWS DA Guru] Serverless compute Exam Tips

    [AWS DA Guru] Serverless compute Exam Tips

    API Gateway Provides an endpoint to your applications running in AWS It is Serverless: Low cost and scales automatically You can throttle API Gateway to prvent your application from being overloaded

    日期 2023-06-12 10:48:40     
  • [AWS] SSH into EC2 instanse

    [AWS] SSH into EC2 instanse

    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 `mynewkeypair.pem`.   Secrity group: When creat

    日期 2023-06-12 10:48:40     
  • [AWS] Serverless Kinesis and Dynamodb

    [AWS] Serverless Kinesis and Dynamodb

    Kinesis Stream Add Kinesis serverless.yml, add following configuration resources: Resources: orderEventsStream: Type: AWS::Kinesis::Stream Properties: Name: order-events

    日期 2023-06-12 10:48:40     
  • [AWS] AWS Serverless Application Model (AWS SAM)

    [AWS] AWS Serverless Application Model (AWS SAM)

    Building larger serverless applications can be tricky - creating many lambda functions as well as other resources such as DynamoDB tables, S3 buckets, API Gateways takes quite a lot of time if we wer

    日期 2023-06-12 10:48:40     
  • aws eks ebs StorageClass PersistentVolume PersistentVolumeClaim

    aws eks ebs StorageClass PersistentVolume PersistentVolumeClaim

    aws EBS 提供存储资源 Amazon EBS CSI 驱动程序的安装,请参考https://docs.aws.amazon.com/zh_cn/eks/latest/userguide/ebs-csi.html storageclass的配置文件 storageclass.yaml apiVersion: storage.k8s.io/v1 kind: StorageClass metad

    日期 2023-06-12 10:48:40     
  • AWS上的Serverless架构详谈

    AWS上的Serverless架构详谈

    这篇文章摘录自彼得·萨巴斯基(Peter Sbarski)和萨姆·克鲁内伯格(Sam Kroonenburg)合著的《AWS上的无服务器架构》一书,概述了无服务器架构的五大原则。 彼得·萨巴斯基和萨姆·克鲁内伯格合著的《走无服务器道路》(Go Serverless)一书。 如果你问软件开发人员何谓软件架构,可能会得到五花八门的答案:软件架构“是蓝图或计划”、“概念模型”或“大局”,不一而足

    日期 2023-06-12 10:48:40     
  • [AWS] Solve Error: An error occurred (AccessDenied) when calling the CreateMultipartUpload operation: Access Denied

    [AWS] Solve Error: An error occurred (AccessDenied) when calling the CreateMultipartUpload operation: Access Denied

    When you deploy with SAM CLI using sam deploy, you might get the following error: Error: Unable to upload artifact <YourComponent> referenced by ContentUri parameter of <YourComponent> r

    日期 2023-06-12 10:48:40