{"id":375,"date":"2010-04-17T01:53:27","date_gmt":"2010-04-17T06:53:27","guid":{"rendered":"http:\/\/www.migrate2cloud.com\/blog\/?p=375"},"modified":"2016-03-21T02:51:49","modified_gmt":"2016-03-21T07:51:49","slug":"bundling-an-amazon-ec2-instance-with-cpanel-howto","status":"publish","type":"post","link":"https:\/\/www.migrate2cloud.com\/blog\/bundling-an-amazon-ec2-instance-with-cpanel-howto\/","title":{"rendered":"Bundling an Amazon EC2 instance with cPanel : HowTo"},"content":{"rendered":"<p>In this Article we will explain how to bundle an instance which already has cPanel installed in it. The only thing you need to consider is cPanel licensing as cPanel provides license for the Elastic IP address. The article assumes that cPanel is licensed to an Elastic IP and the IP is still with us so that it can be reassigned to the new instance once its launched.<\/p>\n<p><strong>Why should we bundle a cPanel EC2 \u00a0instance:<\/strong><\/p>\n<p><strong><span style=\"font-weight: normal;\">Many times we have seen issues like instances becoming unresponsive or not reachable by SSH etc. In such cases if we have a an AMI bundled and ready to start, we can go live in less than 5 minutes. We could save our clients by launching the AMIs with cPanel in couple of instances where the EC2 instances became unresponsive.<!--more--><\/span><\/strong><\/p>\n<p>Here, we will re bundle a running EC2 instance into a new image (AMI).<\/p>\n<p>1) Download the EC2 <a href=\"http:\/\/s3.amazonaws.com\/ec2-downloads\/ec2-api-tools.zip\">API<\/a> and <a href=\"http:\/\/s3.amazonaws.com\/ec2-downloads\/ec2-ami-tools.zip\">AMI<\/a> tools and set up some environment variables to help the bundle.<\/p>\n<p>[shell]<br \/>\nexport EC2_HOME=\/path\/to\/api\/tools<br \/>\nexport PATH=$PATH:$EC2_HOME\/bin<br \/>\nexport EC2_AMITOOL_HOME=\/path\/to\/ami\/tools<br \/>\nexport PATH=$PATH:$EC2_AMITOOL_HOME\/bin<br \/>\nexport JAVA_HOME=\/path\/to\/java<br \/>\nexport EC2_PRIVATE_KEY=\/path\/to\/key<br \/>\nexport EC2_CERT=\/path\/to\/cert<br \/>\n[\/shell]<\/p>\n<p>2) Bundle the files on the current instance into a copy of the image under \/mnt<\/p>\n<p>[shell]<br \/>\nec2-bundle-vol<br \/>\n-r x86_64 \\<br \/>\n-d \/mnt \\<br \/>\n-p &#8220;cPanel_ami&#8221; \\<br \/>\n-u $aws_user \\<br \/>\n-k \/mnt\/pk-*.pem \\<br \/>\n-c \/mnt\/cert-*.pem \\<br \/>\n-s 10240 \\<br \/>\n-e \/mnt,\/root\/.ssh<br \/>\n[\/shell]<\/p>\n<p>3) Upload the bundle to a bucket in S3<\/p>\n<p>[shell]<br \/>\nec2-upload-bundle \\<br \/>\n-b $bucket \\<br \/>\n-m \/mnt\/cPanel_ami.manifest.xml \\<br \/>\n-a aws_accesskey \\<br \/>\n-s aws_secretaccesskey<br \/>\n[\/shell]<\/p>\n<p>4) After all the files have been uploaded to Amazon S3 you need to register the new image as a new cPanel AMI<\/p>\n<p>[shell]<br \/>\nec2-register -n &#8220;$bucket\/cPanel_ami&#8221; $bucket\/cPanel_ami.manifest.xml<br \/>\n[\/shell]<\/p>\n<p>This will return an output like<\/p>\n<p>[shell]<br \/>\nIMAGE ami-111111<br \/>\n[\/shell]<\/p>\n<p>This is the ami id of your new cPanel image.<\/p>\n<p>done !<\/p>\n<p>You are now ready with a cPanel installed AMI. Make sure that the elastic ip that you attach to the new cPanel instance has a valid cPanel license.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this Article we will explain how to bundle an instance which already has cPanel installed in it. The only thing you need to consider is cPanel licensing as cPanel provides license for the Elastic IP address. The article assumes that cPanel is licensed to an Elastic IP and the IP is still with us [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[3],"tags":[235,99,329,127,215,144,607,137,6,27,444,138],"class_list":["post-375","post","type-post","status-publish","format-standard","hentry","category-cloud-computing","tag-amazon-elastic-compute-cloud","tag-ami","tag-api","tag-cloud-computing","tag-cloud-infrastructure","tag-company-amazon-com","tag-cpanel","tag-department-stores-nec","tag-ec2","tag-ec2-cpanel-ami-aws","tag-java","tag-xml"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"In this Article we will explain how to bundle an instance which already has cPanel installed in it. The only thing you need to consider is cPanel licensing as cPanel provides license for the Elastic IP address. The article assumes that cPanel is licensed to an Elastic IP and the IP is still with us\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"DevOps Team\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.migrate2cloud.com\/blog\/bundling-an-amazon-ec2-instance-with-cpanel-howto\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Migrate to Cloud - we make the clouds rain\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Bundling an Amazon EC2 instance with cPanel : HowTo - Migrate to Cloud\" \/>\n\t\t<meta property=\"og:description\" content=\"In this Article we will explain how to bundle an instance which already has cPanel installed in it. The only thing you need to consider is cPanel licensing as cPanel provides license for the Elastic IP address. The article assumes that cPanel is licensed to an Elastic IP and the IP is still with us\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.migrate2cloud.com\/blog\/bundling-an-amazon-ec2-instance-with-cpanel-howto\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2010-04-17T06:53:27+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-03-21T07:51:49+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Bundling an Amazon EC2 instance with cPanel : HowTo - Migrate to Cloud\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In this Article we will explain how to bundle an instance which already has cPanel installed in it. The only thing you need to consider is cPanel licensing as cPanel provides license for the Elastic IP address. The article assumes that cPanel is licensed to an Elastic IP and the IP is still with us\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/bundling-an-amazon-ec2-instance-with-cpanel-howto\\\/#blogposting\",\"name\":\"Bundling an Amazon EC2 instance with cPanel : HowTo - Migrate to Cloud\",\"headline\":\"Bundling an Amazon EC2 instance with cPanel : HowTo\",\"author\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\"},\"datePublished\":\"2010-04-17T01:53:27-05:00\",\"dateModified\":\"2016-03-21T02:51:49-05:00\",\"inLanguage\":\"en-US\",\"commentCount\":5,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/bundling-an-amazon-ec2-instance-with-cpanel-howto\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/bundling-an-amazon-ec2-instance-with-cpanel-howto\\\/#webpage\"},\"articleSection\":\"Cloud computing, Amazon Elastic Compute Cloud, AMI, API, Cloud computing, Cloud infrastructure, Company: Amazon.com, CPanel, Department Stores - NEC, EC2, ec2 cPanel AMI AWS, Java, XML\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/bundling-an-amazon-ec2-instance-with-cpanel-howto\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"name\":\"Cloud computing\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"position\":2,\"name\":\"Cloud computing\",\"item\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/bundling-an-amazon-ec2-instance-with-cpanel-howto\\\/#listItem\",\"name\":\"Bundling an Amazon EC2 instance with cPanel : HowTo\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/bundling-an-amazon-ec2-instance-with-cpanel-howto\\\/#listItem\",\"position\":3,\"name\":\"Bundling an Amazon EC2 instance with cPanel : HowTo\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"name\":\"Cloud computing\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\",\"name\":\"Migrate to Cloud\",\"description\":\"we make the clouds rain\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/\",\"name\":\"DevOps Team\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/bundling-an-amazon-ec2-instance-with-cpanel-howto\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/20b51e018d8f61e1739f60911fcf45cc9d09284569e448583a87f7fd0ac3d9dc?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"DevOps Team\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/bundling-an-amazon-ec2-instance-with-cpanel-howto\\\/#webpage\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/bundling-an-amazon-ec2-instance-with-cpanel-howto\\\/\",\"name\":\"Bundling an Amazon EC2 instance with cPanel : HowTo - Migrate to Cloud\",\"description\":\"In this Article we will explain how to bundle an instance which already has cPanel installed in it. The only thing you need to consider is cPanel licensing as cPanel provides license for the Elastic IP address. The article assumes that cPanel is licensed to an Elastic IP and the IP is still with us\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/bundling-an-amazon-ec2-instance-with-cpanel-howto\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2010-04-17T01:53:27-05:00\",\"dateModified\":\"2016-03-21T02:51:49-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/\",\"name\":\"Migrate to Cloud\",\"description\":\"we make the clouds rain\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Bundling an Amazon EC2 instance with cPanel : HowTo - Migrate to Cloud","description":"In this Article we will explain how to bundle an instance which already has cPanel installed in it. The only thing you need to consider is cPanel licensing as cPanel provides license for the Elastic IP address. The article assumes that cPanel is licensed to an Elastic IP and the IP is still with us","canonical_url":"https:\/\/www.migrate2cloud.com\/blog\/bundling-an-amazon-ec2-instance-with-cpanel-howto\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.migrate2cloud.com\/blog\/bundling-an-amazon-ec2-instance-with-cpanel-howto\/#blogposting","name":"Bundling an Amazon EC2 instance with cPanel : HowTo - Migrate to Cloud","headline":"Bundling an Amazon EC2 instance with cPanel : HowTo","author":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization"},"datePublished":"2010-04-17T01:53:27-05:00","dateModified":"2016-03-21T02:51:49-05:00","inLanguage":"en-US","commentCount":5,"mainEntityOfPage":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/bundling-an-amazon-ec2-instance-with-cpanel-howto\/#webpage"},"isPartOf":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/bundling-an-amazon-ec2-instance-with-cpanel-howto\/#webpage"},"articleSection":"Cloud computing, Amazon Elastic Compute Cloud, AMI, API, Cloud computing, Cloud infrastructure, Company: Amazon.com, CPanel, Department Stores - NEC, EC2, ec2 cPanel AMI AWS, Java, XML"},{"@type":"BreadcrumbList","@id":"https:\/\/www.migrate2cloud.com\/blog\/bundling-an-amazon-ec2-instance-with-cpanel-howto\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.migrate2cloud.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","name":"Cloud computing"}},{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","position":2,"name":"Cloud computing","item":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/bundling-an-amazon-ec2-instance-with-cpanel-howto\/#listItem","name":"Bundling an Amazon EC2 instance with cPanel : HowTo"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/bundling-an-amazon-ec2-instance-with-cpanel-howto\/#listItem","position":3,"name":"Bundling an Amazon EC2 instance with cPanel : HowTo","previousItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","name":"Cloud computing"}}]},{"@type":"Organization","@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization","name":"Migrate to Cloud","description":"we make the clouds rain","url":"https:\/\/www.migrate2cloud.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/#author","url":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/","name":"DevOps Team","image":{"@type":"ImageObject","@id":"https:\/\/www.migrate2cloud.com\/blog\/bundling-an-amazon-ec2-instance-with-cpanel-howto\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/20b51e018d8f61e1739f60911fcf45cc9d09284569e448583a87f7fd0ac3d9dc?s=96&d=mm&r=g","width":96,"height":96,"caption":"DevOps Team"}},{"@type":"WebPage","@id":"https:\/\/www.migrate2cloud.com\/blog\/bundling-an-amazon-ec2-instance-with-cpanel-howto\/#webpage","url":"https:\/\/www.migrate2cloud.com\/blog\/bundling-an-amazon-ec2-instance-with-cpanel-howto\/","name":"Bundling an Amazon EC2 instance with cPanel : HowTo - Migrate to Cloud","description":"In this Article we will explain how to bundle an instance which already has cPanel installed in it. The only thing you need to consider is cPanel licensing as cPanel provides license for the Elastic IP address. The article assumes that cPanel is licensed to an Elastic IP and the IP is still with us","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/bundling-an-amazon-ec2-instance-with-cpanel-howto\/#breadcrumblist"},"author":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/#author"},"datePublished":"2010-04-17T01:53:27-05:00","dateModified":"2016-03-21T02:51:49-05:00"},{"@type":"WebSite","@id":"https:\/\/www.migrate2cloud.com\/blog\/#website","url":"https:\/\/www.migrate2cloud.com\/blog\/","name":"Migrate to Cloud","description":"we make the clouds rain","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Migrate to Cloud - we make the clouds rain","og:type":"article","og:title":"Bundling an Amazon EC2 instance with cPanel : HowTo - Migrate to Cloud","og:description":"In this Article we will explain how to bundle an instance which already has cPanel installed in it. The only thing you need to consider is cPanel licensing as cPanel provides license for the Elastic IP address. The article assumes that cPanel is licensed to an Elastic IP and the IP is still with us","og:url":"https:\/\/www.migrate2cloud.com\/blog\/bundling-an-amazon-ec2-instance-with-cpanel-howto\/","article:published_time":"2010-04-17T06:53:27+00:00","article:modified_time":"2016-03-21T07:51:49+00:00","twitter:card":"summary_large_image","twitter:title":"Bundling an Amazon EC2 instance with cPanel : HowTo - Migrate to Cloud","twitter:description":"In this Article we will explain how to bundle an instance which already has cPanel installed in it. The only thing you need to consider is cPanel licensing as cPanel provides license for the Elastic IP address. The article assumes that cPanel is licensed to an Elastic IP and the IP is still with us"},"aioseo_meta_data":{"post_id":"375","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2022-12-27 09:15:40","updated":"2026-07-21 15:27:08","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.migrate2cloud.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/\" title=\"Cloud computing\">Cloud computing<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tBundling an Amazon EC2 instance with cPanel : HowTo\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.migrate2cloud.com\/blog"},{"label":"Cloud computing","link":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/"},{"label":"Bundling an Amazon EC2 instance with cPanel : HowTo","link":"https:\/\/www.migrate2cloud.com\/blog\/bundling-an-amazon-ec2-instance-with-cpanel-howto\/"}],"jetpack_featured_media_url":"","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/375","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/comments?post=375"}],"version-history":[{"count":33,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/375\/revisions"}],"predecessor-version":[{"id":2170,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/375\/revisions\/2170"}],"wp:attachment":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/media?parent=375"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/categories?post=375"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/tags?post=375"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}