description = "The desired capacity is the initial capacity of the Auto Scaling group at the time of its creation and the capacity it attempts to maintain. see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacitytype, The defa...
3、aws-alb-controller子模块:默认集群是没有alb controller,如果发布服务使用ingress需要安装aws alb controller,该模块调用aws iam role和helm及k8s provider创建安装aws alb controller需要的 iam role及service account并用helm安装驱动; root模块 root目录下main.tf文件调用三个子模块相互合作,共通完成vpc、eks集群创...
进入S3、DynamoDB,以及CloudWatch的“/aws/lambda/iotdemo_lambda_test”的Log Group可以看到相关信息纪录和log信息。 总结 本博文介绍如何使用Terraform来对Amazon IoT进行规则操作的自动化部署。详细介绍了如何利用Amazon IoT规则操作在DynamoDB,通过Kinesis Data Firehose在S3来存储数据,以及使用Lambda进行数据处理...
description = "The desired capacity is the initial capacity of the Auto Scaling group at the time of its creation and the capacity it attempts to maintain. see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-desiredcapacitytype, The defa...
"logs:CreateLogGroup", "logs:CreateLogStream", "logs:PutLogEvents" ], "Resource": "arn:aws:logs:*:*:*" }, { "Effect": "Allow", "Action": [ "ec2:Start*", "ec2:Stop*", "ec2:DescribeInstances*" ], "Resource": "*" }
默认会创建名为 shardingsphere-proxy.log 的 log_group,CloudWatch 的具体配置见 [5]。 resource "aws_iam_role" "sts" { name = "shardingsphere-proxy-sts-role" assume_role_policy = <<EOF { "Version": "2012-10-17", "Statement": [ ...
Terraform Core Version 1.6.1 AWS Provider Version 5.53.0 Affected Resource(s) aws_cloudwatch_log_group Expected Behavior The tags object should contain a list of the assigned tags on the resource. The retention days returns 0 Actual Beha...
log_group_nameThe cloudtrail cloudwatch log group namestringn/ayes log_group_regionThe log group region that should be monitored for unauthorised AWS API Access. Current region used if none provided.string""no metric_namespaceA namespace for grouping all of the metrics togetherstring"CISBenchmark...
Launch Config and Auto Scaling Group Health Checks and Logs 二、Networking Ref:List of AWS regions and availability zones 路由表:一个public,一个private。 思考:与[AWS] Terraform: 03 - VPC + NAT的区别 vpc.tf #Production VPCresource"aws_vpc""production-vpc"{ ...
provider"aws"{access_key="${var.access_key}"secret_key="${var.secret_key}"region="${var.region}"} 变量赋值 前面我们声明了变量,但是还没有给变量赋值,无法真正使用。给变量赋值,有以下几种方法,下面几种方法按照变量赋值的优先顺序排序。