随笔分类 - Project-WebBnd
Back-End.
摘要:Goto: https://www.udemy.com/course/terraform-cn/learn/lecture/21404200#questions 一、Group and Users [iam.tf 文件] 要创建这么一个 group: "administrators"。 # grou
阅读全文
摘要:子网内挂载EC2 在第一个子网的地方,创建一个ec2。 resource "aws_instance" "example" { ami = var.AMIS[var.AWS_REGION] instance_type = "t2.micro" # the VPC subnet 确定了"子网" sub
阅读全文
摘要:结构目标 网络搭建设计图如下。 Ref: [AWS] 扫盲,AWS的网络组件介绍 [基本概念介绍,赞比较多] 一、CIDR CIDR 参考:CIDR地址块及其子网划分(内含原始IP地址分类及其子网划分的介绍) 子网划分 子网划分实际上就是将原来的两级IP地址转变为三级IP地址,表示如下: IP地址
阅读全文
摘要:本篇大纲 Open AWS account. Create IAM admin user. Create terraform file to spin up t2.micro instance. Run terraform apply. 通过创建一个ec2,来学习各个概念。 一、准备工作 手动地 在
阅读全文
摘要:CICD的东西,过了红利期,不值钱,一周培训便能拥有的技能,韭醒! Goto: 代码有点意思 Goto: 官网欣赏 使用 Terraform 在 AWS 中国区域实现自动化部署指南系列(一) TERRAFORM 入门 使用 Terraform 在 AWS 中国区域实现自动化部署指南系列(二) TER
阅读全文
摘要:一、 HTTPS的需求 Terraform中用到,那么问题来了:如何获得 certification arn? # Listener (redirects traffic from the load balancer to the target group) resource "aws_alb_li
阅读全文
摘要:Ref: [Getting started with Airflow - 1] Installing and running Airflow using docker and docker-compose Ref: [Getting started with Airflow - 2] Core co
阅读全文
摘要:博文: 10 Minutes to Building a Machine Learning Pipeline with Apache Airflow, Jun 21, 2020 One computer vision-related article. 一、有向图DAG定义 任务启动时间 This m
阅读全文
摘要:典型的应用架构:aws-modern-application-workshop/images/module-7/sagemaker-architecture.png 宏观介绍 Ref: AWS SageMaker in 10 Minutes! (Artificial Intelligence & M
阅读全文
摘要:Ref: aws-samples/aws-modern-application-workshop 【代码集合】 Ref: 8. A microservice implementation on AWS with ECS, Fargate, ECR and NLB【视频讲解】 aws cloudfor
阅读全文
摘要:Ref: 在AWS上构建无服务器管理的容器应用实践 Ref: Uploads from AWS Full-Stack [挺全面] 6. Setting up a VPC to Run Fargate Containers 设置vpc,在其内构建ecs。 VPC CIDR: Classless Int
阅读全文
摘要:Ref: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker ubuntu@ip-172-31-39-8:/mnt$ nvidia-smi Thu Nov 5 08:5
阅读全文
摘要:Deploying AWS Lambda functions using AWS CloudFormation (the portable way) Create and deploy an AWS Lambda function with AWS CloudFormation /* impleme
阅读全文
摘要:Ref: https://github.com/1Strategy/fargate-cloudformation-example fargate-cloudformation-example An example CloudFormation template that deploys a cont
阅读全文
摘要:Ref: AWS CDK - Getting Started 【Java的】 Ref: More than 'Hello World in Lambda': Build and Deploy Python Flask APIs in AWS Lambda via CDK [结合zappa的例子]
阅读全文
摘要:Ref: AWS Fargate – 无服务器化容器解决方案 You must have an AWS CodeCommit managed policy attached to your IAM user, belong to a CodeStar project team, or have th
阅读全文
摘要:Security Group 教材一 Ref: 什么是VPC?(2)-AWS云计算实战(14),05:18:10:54 开始。 AWS多层安全组,禁止其他的所有端口。 下面就将介绍具体的一个实例。 教材二 Ref: How to Control Traffic with Security Group
阅读全文
摘要:Ref: AWS Fargate – 无服务器化容器解决方案 实践,走起来! 〇、热身 Amazon Virtual Private Cloud - 云上局域网 在 AWS 云中预置一个逻辑隔离的部分,从而在自己定义的虚拟网络中启动 AWS 资源。 完全掌控您的虚拟联网环境,包括选择自己的 IP 地
阅读全文
摘要:Ref: https://airflow.apache.org/ Ref: Extra Packages Ref: https://github.com/tuanavu/airflow-tutorial [youtube教程和代码] 有点太全了,还是i一步一步的学习的代码demo为好。 Ref: H
阅读全文
摘要:基本概念 Ref: Docker(四):Docker 三剑客之 Docker Compose Ref: Docker Compose 【菜鸟教程】 Ref: Docker Compose 配置文件详解【关键字详解】 通过 Docker-Compose 用户可以很容易地用一个配置文件定义一个多容器的应
阅读全文