Hi Looking to understand what the bellow 2 cloudrormation statements do, Please explain what 0 and 1 indicates here.
AvailabilityZone:
'Fn::Select':
- 0
- 'Fn::GetAZs':
Ref: 'AWS::Region'
AvailabilityZone:
'Fn::Select':
- 1
- 'Fn::GetAZs':
Ref: 'AWS::Region'