随笔分类 -  Project-WebBnd

Back-End.
摘要:Goto: https://www.udemy.com/course/terraform-cn/learn/lecture/21404200#questions 一、Group and Users [iam.tf 文件] 要创建这么一个 group: "administrators"。 # grou 阅读全文
posted @ 2020-11-11 15:03 郝壹贰叁 阅读(194) 评论(0) 推荐(0) 编辑
摘要:子网内挂载EC2 在第一个子网的地方,创建一个ec2。 resource "aws_instance" "example" { ami = var.AMIS[var.AWS_REGION] instance_type = "t2.micro" # the VPC subnet 确定了"子网" sub 阅读全文
posted @ 2020-11-11 13:20 郝壹贰叁 阅读(364) 评论(0) 推荐(0) 编辑
摘要:结构目标 网络搭建设计图如下。 Ref: [AWS] 扫盲,AWS的网络组件介绍 [基本概念介绍,赞比较多] 一、CIDR CIDR 参考:CIDR地址块及其子网划分(内含原始IP地址分类及其子网划分的介绍) 子网划分 子网划分实际上就是将原来的两级IP地址转变为三级IP地址,表示如下: IP地址 阅读全文
posted @ 2020-11-10 18:27 郝壹贰叁 阅读(280) 评论(0) 推荐(0) 编辑
摘要:本篇大纲 Open AWS account. Create IAM admin user. Create terraform file to spin up t2.micro instance. Run terraform apply. 通过创建一个ec2,来学习各个概念。 一、准备工作 手动地 在 阅读全文
posted @ 2020-11-09 20:01 郝壹贰叁 阅读(315) 评论(0) 推荐(0) 编辑
摘要:CICD的东西,过了红利期,不值钱,一周培训便能拥有的技能,韭醒! Goto: 代码有点意思 Goto: 官网欣赏 使用 Terraform 在 AWS 中国区域实现自动化部署指南系列(一) TERRAFORM 入门 使用 Terraform 在 AWS 中国区域实现自动化部署指南系列(二) TER 阅读全文
posted @ 2020-11-09 19:52 郝壹贰叁 阅读(108) 评论(0) 推荐(0) 编辑
摘要:一、 HTTPS的需求 Terraform中用到,那么问题来了:如何获得 certification arn? # Listener (redirects traffic from the load balancer to the target group) resource "aws_alb_li 阅读全文
posted @ 2020-11-09 18:27 郝壹贰叁 阅读(209) 评论(0) 推荐(0) 编辑
摘要:Ref: [Getting started with Airflow - 1] Installing and running Airflow using docker and docker-compose Ref: [Getting started with Airflow - 2] Core co 阅读全文
posted @ 2020-11-07 18:01 郝壹贰叁 阅读(162) 评论(0) 推荐(0) 编辑
摘要:博文: 10 Minutes to Building a Machine Learning Pipeline with Apache Airflow, Jun 21, 2020 One computer vision-related article. 一、有向图DAG定义 任务启动时间 This m 阅读全文
posted @ 2020-11-07 10:34 郝壹贰叁 阅读(140) 评论(0) 推荐(0) 编辑
摘要:典型的应用架构:aws-modern-application-workshop/images/module-7/sagemaker-architecture.png 宏观介绍 Ref: AWS SageMaker in 10 Minutes! (Artificial Intelligence & M 阅读全文
posted @ 2020-11-06 01:37 郝壹贰叁 阅读(207) 评论(0) 推荐(0) 编辑
摘要:Ref: aws-samples/aws-modern-application-workshop 【代码集合】 Ref: 8. A microservice implementation on AWS with ECS, Fargate, ECR and NLB【视频讲解】 aws cloudfor 阅读全文
posted @ 2020-11-05 22:01 郝壹贰叁 阅读(91) 评论(0) 推荐(0) 编辑
摘要:Ref: 在AWS上构建无服务器管理的容器应用实践 Ref: Uploads from AWS Full-Stack [挺全面] 6. Setting up a VPC to Run Fargate Containers 设置vpc,在其内构建ecs。 VPC CIDR: Classless Int 阅读全文
posted @ 2020-11-05 21:55 郝壹贰叁 阅读(289) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2020-11-05 17:07 郝壹贰叁 阅读(152) 评论(0) 推荐(0) 编辑
摘要:Deploying AWS Lambda functions using AWS CloudFormation (the portable way) Create and deploy an AWS Lambda function with AWS CloudFormation /* impleme 阅读全文
posted @ 2020-11-05 08:04 郝壹贰叁 阅读(164) 评论(0) 推荐(0) 编辑
摘要:Ref: https://github.com/1Strategy/fargate-cloudformation-example fargate-cloudformation-example An example CloudFormation template that deploys a cont 阅读全文
posted @ 2020-11-05 07:45 郝壹贰叁 阅读(85) 评论(0) 推荐(0) 编辑
摘要: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的例子] 阅读全文
posted @ 2020-11-04 19:46 郝壹贰叁 阅读(107) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2020-11-04 15:32 郝壹贰叁 阅读(62) 评论(0) 推荐(0) 编辑
摘要:Security Group 教材一 Ref: 什么是VPC?(2)-AWS云计算实战(14),05:18:10:54 开始。 AWS多层安全组,禁止其他的所有端口。 下面就将介绍具体的一个实例。 教材二 Ref: How to Control Traffic with Security Group 阅读全文
posted @ 2020-11-04 11:54 郝壹贰叁 阅读(489) 评论(0) 推荐(0) 编辑
摘要:Ref: AWS Fargate – 无服务器化容器解决方案 实践,走起来! 〇、热身 Amazon Virtual Private Cloud - 云上局域网 在 AWS 云中预置一个逻辑隔离的部分,从而在自己定义的虚拟网络中启动 AWS 资源。 完全掌控您的虚拟联网环境,包括选择自己的 IP 地 阅读全文
posted @ 2020-11-04 11:46 郝壹贰叁 阅读(535) 评论(0) 推荐(0) 编辑
摘要:Ref: https://airflow.apache.org/ Ref: Extra Packages Ref: https://github.com/tuanavu/airflow-tutorial [youtube教程和代码] 有点太全了,还是i一步一步的学习的代码demo为好。 Ref: H 阅读全文
posted @ 2020-10-28 05:23 郝壹贰叁 阅读(168) 评论(0) 推荐(0) 编辑
摘要:基本概念 Ref: Docker(四):Docker 三剑客之 Docker Compose Ref: Docker Compose 【菜鸟教程】 Ref: Docker Compose 配置文件详解【关键字详解】 通过 Docker-Compose 用户可以很容易地用一个配置文件定义一个多容器的应 阅读全文
posted @ 2020-10-28 05:13 郝壹贰叁 阅读(107) 评论(0) 推荐(0) 编辑

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