Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 618 Bytes

File metadata and controls

26 lines (20 loc) · 618 Bytes

aws-ec2-x86-64

Shows EC2 AMI generation feature.

build an aws-ec2-x86-64 image and create an EC2 AMI from it

Set the DEVICE

export DEVICE=aws-ec2-x86-64

Set the IMAGE (e.g. aws-demo-image)

export IMAGE=aws-demo-image

Build the IMAGE

bitbake $IMAGE

Upload this image to your ec2 account (follow instructions to setup this up before!)

cd ..
meta-aws-demos$ layers/sw/meta-aws/scripts/ec2-ami/create-ec2-ami.sh amitest-bucket 16 aws-demo-image aws-ec2-x86-64