lib/kitchen/driver/aws/standard_platform/amazon.rb in kitchen-ec2-3.5.0 vs lib/kitchen/driver/aws/standard_platform/amazon.rb in kitchen-ec2-3.6.0
- old
+ new
@@ -21,9 +21,11 @@
class StandardPlatform
# https://aws.amazon.com/amazon-linux-ami/
class Amazon < StandardPlatform
StandardPlatform.platforms["amazon"] = self
+ # default username for this platform's ami
+ # @return [String]
def username
"ec2-user"
end
def image_search