sparse-intern-71089
10/06/2022, 2:05 PMstocky-restaurant-98004
10/06/2022, 7:53 PMstocky-restaurant-98004
10/06/2022, 7:54 PMsubnet_specs
and should be applied. (They are not, which is the issue.)powerful-rain-97767
10/07/2022, 3:10 PMerror: Program failed with an unhandled exception:
Traceback (most recent call last):
File "/Users/cmarteepants/PycharmProjects/env-bootstrapper/./__main__.py", line 23, in <module>
awsx.ec2.SubnetSpecArgs(
TypeError: SubnetSpecArgs.__init__() got an unexpected keyword argument 'tags'
powerful-rain-97767
10/07/2022, 3:11 PMeks_vpc = awsx.ec2.Vpc(
"eks-vpc", awsx.ec2.VpcArgs(
enable_dns_hostnames=True,
cidr_block=vpc_network_cidr,
subnet_specs=[
awsx.ec2.SubnetSpecArgs(
type=awsx.ec2.SubnetType.PUBLIC,
tags={"ingress": "HECK YEAH, BUDDY!"}
),
awsx.ec2.SubnetSpecArgs(
type=awsx.ec2.SubnetType.PRIVATE,
tags={"ingress": "NO WAY, JOSE"}
)
],
tags={
"createdBy": "Constance"
}
)
)
stocky-restaurant-98004
10/07/2022, 4:33 PMpowerful-rain-97767
10/07/2022, 6:28 PMpowerful-rain-97767
10/07/2022, 6:29 PMgreat-sunset-355
10/09/2022, 8:38 PM