orange-accountant-10964
07/10/2024, 5:45 PMsparse-gold-10561
07/10/2024, 7:22 PMsparse-gold-10561
07/10/2024, 7:23 PMorange-accountant-10964
07/11/2024, 6:15 AMpulumi up
it doesn't throw any error or any message its just hangs and the timer continues.
dev_ap_south_1_sgw = aws.storagegateway.Gateway("dev-ap-south-1-sgw",
gateway_name="dev-ap-south-1-sgw",
gateway_timezone="GMT+5:30",
gateway_type="FILE_S3",
gateway_vpc_endpoint=vpc_endpoint.id,
maintenance_start_time={
"dayOfWeek": "5",
"hourOfDay": 0,
"minuteOfHour": 25,
},
gateway_ip_address="10.45.3.42",
# activation_key="BHTTD-V2V8L-DP9I6-TCSFV-0O6KU",
opts=pulumi.ResourceOptions(protect=False))
Tried both with IP (Public and Private) as well as
Activation Key - Genereated by accessing the EC2 Instances via SSHorange-accountant-10964
07/11/2024, 6:15 AMsparse-gold-10561
07/11/2024, 2:19 PMsparse-gold-10561
07/11/2024, 2:19 PMstorage_gateway_research_fgw = aws.storagegateway.Gateway(
"storage_gateway_research_fgw",
gateway_name="storage_gateway_research_fgw",
gateway_timezone="GMT-5:00",
gateway_type="FILE_S3",
gateway_ip_address="172.17.8.39",
)
sparse-gold-10561
07/11/2024, 2:20 PMorange-accountant-10964
07/11/2024, 2:22 PMsparse-gold-10561
07/11/2024, 2:23 PMsparse-gold-10561
07/11/2024, 2:23 PMsparse-gold-10561
07/11/2024, 2:23 PMsparse-gold-10561
07/11/2024, 2:23 PMsparse-gold-10561
07/11/2024, 2:27 PMsparse-gold-10561
07/11/2024, 2:28 PMorange-accountant-10964
07/11/2024, 2:29 PMorange-accountant-10964
07/11/2024, 9:53 PMorange-accountant-10964
07/11/2024, 9:54 PMsparse-gold-10561
07/15/2024, 2:19 PMsparse-gold-10561
07/15/2024, 2:19 PMri_sgw_local_disk = ec2_ri_sgw_server.ebs_block_devices[0].device_name.apply(
lambda device_name: aws.storagegateway.get_local_disk_output(disk_node=device_name, gateway_arn=s3_ri_sgw.arn)
)
ri_sgw_cache = aws.storagegateway.Cache("ri-sgw-cache", disk_id=ri_sgw_local_disk.disk_id, gateway_arn=s3_ri_sgw.arn)
sparse-gold-10561
07/15/2024, 2:19 PMorange-accountant-10964
07/18/2024, 6:46 AM