Versions in this module Expand all Collapse all v0 v0.0.3 Jul 24, 2021 Changes in this version + func EC2InstanceHasExcludedTags(excludedTags []Tag, instance types.Instance) bool v0.0.2 Jul 23, 2021 Changes in this version + func EC2FiltersFromTags(tags []Tag) []types.Filter v0.0.1 Jul 23, 2021 Changes in this version + func EC2InstanceHasRequiredTags(requiredTags []Tag, instance types.Instance) bool + type EC2Service struct + func NewEC2Service(regions []string) (*EC2Service, error) + func (s *EC2Service) ListInstances() ([]types.Instance, error) + type Tag struct + Key string + Value string + Wildcard bool + func ParseTags(flagValue string) ([]Tag, error)