amazon web services - How to create staging server in AWS? Already have a running website on it -


i want create staging server. appreciated.

i have running website on it.

if using aws ec2 run website, can take snapshot, create ami , use ami launch new server.

rough steps be;-

to create snapshot using console

  • open amazon ec2 console @ https://console.aws.amazon.com/
  • choose snapshots in navigation
  • choose create
  • in create snapshot dialog box, select volume create snapshot for, , choose create.

create ami

  • in navigation pane, under elastic block store, choose snapshots.
  • choose snapshot , choose actions, create image.
  • in create image ebs snapshot dialog box, complete fields create ami, choose create. if you're re-creating parent instance, choose same options parent instance.

    • architecture: choose i386 32-bit or x86_64 64-bit. root device name: enter appropriate name root volume. more information, see device naming on linux instances.
    • virtualization type: choose whether instances launched ami use paravirtual (pv) or hardware virtual machine (hvm) virtualization. more information, see linux ami virtualization types.
    • (pv virtualization type only) kernel id , ram disk id: choose aki , ari lists. if choose default aki or don't choose aki, you'll required specify aki every time launch instance using ami. in addition, instance may fail health checks if default aki incompatible instance.
    • (optional) block device mappings: add volumes or expand default size of root volume ami. more information resizing file system on instance larger volume, see extending linux file system after resizing volume.

launch new staging ec2 instance ami created in previous step;

  • from left navigation bar, choose amis.
  • find ami want use launch new instance. begin, open menu next search bar , choose 1 of following:
  • select owned me.
  • select ami , choose launch.
  • the console guide through rest of configuration of instance.
  • choose review , launch when satisfied settings.

Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -