Versions in this module Expand all Collapse all v1 v1.1.1 Sep 12, 2019 Changes in this version + const EC2MetadataCredentialPath + const EC2MetadataIp + const EcsCredentialsPath + const ListRolesPath + const MfaPath + const ProfilePath + const RefreshPath + var EC2MetadataAddress *net.IPAddr + func NewEC2MetadataService(opts *EC2MetadataInput) error + type EC2MetadataInput struct + Config *config.AwsConfig + InitialProfile string + Logger *simple_logger.Logger + Session *session.Session + SessionCacheDir string + User *credlib.AwsIdentity + type EcsMetadataInput struct + Credentials *credentials.Credentials + Logger *simple_logger.Logger + type EcsMetadataService struct + Url *url.URL + func NewEcsMetadataService(opts *EcsMetadataInput) (*EcsMetadataService, error) + func (s *EcsMetadataService) Run()