{"id":9300,"date":"2016-11-15T16:20:21","date_gmt":"2016-11-15T15:20:21","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/"},"modified":"2023-06-08T15:22:43","modified_gmt":"2023-06-08T13:22:43","slug":"managing-my-amazon-web-services-redhat-instance","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/","title":{"rendered":"Managing My Amazon Web Services Redhat Instance"},"content":{"rendered":"<p><strong>By Mouhamadou Diaw<\/strong><\/p>\n<p>In a precedent <a href=\"http:\/\/dbi-services.com\/blog\/linux-instance-in-amazon-web-services-aws\/\" target=\"_blank\" rel=\"noopener\">Blog<\/a> I talked about how to create an AWS linux instance. Some questions can be: How to create a new user and to connect with, how to transfert files from my workstation, how to connect to my oracle instance from my workstation and so on.<br \/>\nIn this blog I am going to deal with some basic but useful \u00a0administration tasks.<br \/>\n<strong><span style=\"text-decoration: underline\">Changing my hostname<\/span><\/strong><br \/>\nOne thing we will probably do is to change the hostname. Indeed the linux is built with a generic hostname. Changing hostname include following tasks<br \/>\nUpdate \/etc\/hostname with the new hostname<\/p>\n<div>\n<div id=\"highlighter_616381\" class=\"syntaxhighlighter  bash\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<div class=\"line number2 index1 alt1\">2<\/div>\n<div class=\"line number3 index2 alt2\">3<\/div>\n<div class=\"line number4 index3 alt1\">4<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"bash plain\">[root@ip-172-31-47-219 etc]<\/code><code class=\"bash comments\"># vi hostname<\/code><\/div>\n<div class=\"line number2 index1 alt1\"><code class=\"bash plain\">[root@ip-172-31-47-219 etc]<\/code><code class=\"bash comments\"># cat \/etc\/hostname<\/code><\/div>\n<div class=\"line number3 index2 alt2\"><code class=\"bash plain\">primaserver.us-west-2.compute.internal<\/code><\/div>\n<div class=\"line number4 index3 alt1\"><code class=\"bash plain\">[root@ip-172-31-47-219 etc]<\/code><code class=\"bash comments\">#<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p class=\"dbiNormal\"><span lang=\"EN-US\">Update \/etc\/hosts<br \/>\n<\/span><\/p>\n<div>\n<div id=\"highlighter_280195\" class=\"syntaxhighlighter  bash\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<div class=\"line number2 index1 alt1\">2<\/div>\n<div class=\"line number3 index2 alt2\">3<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"bash plain\">[root@primaserver ORCL]<\/code><code class=\"bash comments\"># cat \/etc\/hosts<\/code><\/div>\n<div class=\"line number2 index1 alt1\"><code class=\"bash plain\">127.0.0.1 primaserver.us-west-2.compute.internal\u00a0 localhost localhost.localdomain localhost4 localhost4.localdomain4<\/code><\/div>\n<div class=\"line number3 index2 alt2\"><code class=\"bash plain\">::1\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 localhost localhost.localdomain localhost6 localhost6.localdomain6<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p class=\"dbiNormal\"><span lang=\"EN-US\">Update our <\/span><span lang=\"EN-US\" style=\"font-size: 10.5pt;font-family: 'Helvetica',sans-serif;color: #333333\">\/etc\/sysconfig\/network<span class=\"apple-converted-space\">\u00a0with the HOSTNAME value<\/span><\/span><\/p>\n<div>\n<div id=\"highlighter_420938\" class=\"syntaxhighlighter  bash\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<div class=\"line number2 index1 alt1\">2<\/div>\n<div class=\"line number3 index2 alt2\">3<\/div>\n<div class=\"line number4 index3 alt1\">4<\/div>\n<div class=\"line number5 index4 alt2\">5<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"bash plain\">[root@ip-172-31-47-219 sysconfig]<\/code><code class=\"bash comments\"># cat network<\/code><\/div>\n<div class=\"line number2 index1 alt1\"><code class=\"bash plain\">NETWORKING=<\/code><code class=\"bash functions\">yes<\/code><\/div>\n<div class=\"line number3 index2 alt2\"><code class=\"bash plain\">NOZEROCONF=<\/code><code class=\"bash functions\">yes<\/code><\/div>\n<div class=\"line number4 index3 alt1\"><code class=\"bash plain\">HOSTNAME=primaserver.us-west-2.compute.internal<\/code><\/div>\n<div class=\"line number5 index4 alt2\"><code class=\"bash plain\">[root@ip-172-31-47-219 sysconfig]<\/code><code class=\"bash comments\">#<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p class=\"dbiNormal\"><span lang=\"EN-US\">To\u00a0keep the change permanent we have to add in <\/span><span lang=\"EN-US\" style=\"font-size: 10.5pt;font-family: 'Helvetica',sans-serif;color: #333333\">\/etc\/cloud\/cloud.cfg file the line<\/span> <span style=\"color: #ea6d14\">preserve_hostname: true<br \/>\n<\/span><\/p>\n<div>\n<div id=\"highlighter_63849\" class=\"syntaxhighlighter  bash\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<div class=\"line number2 index1 alt1\">2<\/div>\n<div class=\"line number3 index2 alt2\">3<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"bash plain\">[root@ip-172-31-47-219 cloud]<\/code><code class=\"bash comments\"># grep\u00a0\u00a0 preserve_hostname cloud.cfg<\/code><\/div>\n<div class=\"line number2 index1 alt1\"><code class=\"bash plain\">preserve_hostname: <\/code><code class=\"bash functions\">true<\/code><\/div>\n<div class=\"line number3 index2 alt2\"><code class=\"bash plain\">[root@ip-172-31-47-219 cloud]<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p class=\"dbiNormal\">\u00a0The last step is to reboot the server<\/p>\n<div>\n<div id=\"highlighter_591535\" class=\"syntaxhighlighter  bash\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<div class=\"line number2 index1 alt1\">2<\/div>\n<div class=\"line number3 index2 alt2\">3<\/div>\n<div class=\"line number4 index3 alt1\">4<\/div>\n<div class=\"line number5 index4 alt2\">5<\/div>\n<div class=\"line number6 index5 alt1\">6<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"bash plain\">[root@ip-172-31-47-219 cloud]<\/code><code class=\"bash comments\"># reboot<\/code><\/div>\n<div class=\"line number2 index1 alt1\"><code class=\"bash plain\">Using username <\/code><code class=\"bash string\">\"ec2-user\"<\/code><code class=\"bash plain\">.<\/code><\/div>\n<div class=\"line number3 index2 alt2\"><code class=\"bash plain\">Authenticating with public key <\/code><code class=\"bash string\">\"imported-openssh-key\"<\/code><\/div>\n<div class=\"line number4 index3 alt1\"><code class=\"bash plain\">Last login: Mon Nov 14 03:20:13 2016 from 21.224.200.213.static.wline.lns.sme.cust.swisscom.ch<\/code><\/div>\n<div class=\"line number5 index4 alt2\"><code class=\"bash plain\">[ec2-user@primaserver ~]$ <\/code><code class=\"bash functions\">hostname<\/code><\/div>\n<div class=\"line number6 index5 alt1\"><code class=\"bash plain\">primaserver.us-west-2.compute.internal<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p class=\"dbiNormal\"><strong><span style=\"text-decoration: underline\">Creating a new user and connecting with<br \/>\n<\/span><\/strong>User creation is done by useradd as usual. But to be able to connect with this user we have to do some tasks. Suppose the new user is oracle.<br \/>\nWith oracle we have to create a .ssh directory and adjust permissions on it<\/p>\n<div>\n<div id=\"highlighter_78494\" class=\"syntaxhighlighter  bash\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<div class=\"line number2 index1 alt1\">2<\/div>\n<div class=\"line number3 index2 alt2\">3<\/div>\n<div class=\"line number4 index3 alt1\">4<\/div>\n<div class=\"line number5 index4 alt2\">5<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"bash plain\">[root@ip-172-31-33-57 ~]<\/code><code class=\"bash comments\"># su - oracle<\/code><\/div>\n<div class=\"line number2 index1 alt1\"><code class=\"bash plain\">[oracle@ip-172-31-33-57 ~]$ <\/code><code class=\"bash functions\">pwd<\/code><\/div>\n<div class=\"line number3 index2 alt2\"><code class=\"bash plain\">\/home\/oracle<\/code><\/div>\n<div class=\"line number4 index3 alt1\"><code class=\"bash plain\">[oracle@ip-172-31-33-57 ~]$ <\/code><code class=\"bash functions\">mkdir<\/code> <code class=\"bash plain\">.<\/code><code class=\"bash functions\">ssh<\/code><\/div>\n<div class=\"line number5 index4 alt2\"><code class=\"bash spaces\">\u00a0<\/code><code class=\"bash plain\">[oracle@ip-172-31-33-57 .<\/code><code class=\"bash functions\">ssh<\/code><code class=\"bash plain\">]$ <\/code><code class=\"bash functions\">chmod<\/code> <code class=\"bash plain\">700 .<\/code><code class=\"bash functions\">ssh<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p>And then let\u2019s create an authorized_keys file<\/p>\n<div>\n<div id=\"highlighter_204414\" class=\"syntaxhighlighter  bash\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<div class=\"line number2 index1 alt1\">2<\/div>\n<div class=\"line number3 index2 alt2\">3<\/div>\n<div class=\"line number4 index3 alt1\">4<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"bash plain\">[oracle@ip-172-31-33-57 ~]$ <\/code><code class=\"bash functions\">touch<\/code> <code class=\"bash plain\">.<\/code><code class=\"bash functions\">ssh<\/code><code class=\"bash plain\">\/authorized_keys<\/code><\/div>\n<div class=\"line number2 index1 alt1\"><code class=\"bash plain\">[oracle@ip-172-31-33-57 ~]$ <\/code><code class=\"bash functions\">cd<\/code> <code class=\"bash plain\">.<\/code><code class=\"bash functions\">ssh<\/code><code class=\"bash plain\">\/<\/code><\/div>\n<div class=\"line number3 index2 alt2\"><code class=\"bash plain\">[oracle@ip-172-31-33-57 .<\/code><code class=\"bash functions\">ssh<\/code><code class=\"bash plain\">]$ <\/code><code class=\"bash functions\">vi<\/code> <code class=\"bash plain\">authorized_keys<\/code><\/div>\n<div class=\"line number4 index3 alt1\"><code class=\"bash plain\">[oracle@ip-172-31-33-57 .<\/code><code class=\"bash functions\">ssh<\/code><code class=\"bash plain\">]$ <\/code><code class=\"bash functions\">chmod<\/code> <code class=\"bash plain\">600 authorized_keys<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p>The last step is to copy the content of our public key (we used for user ec2-user). Remember that we have created a key pair when we built our linux box (see corresponding <a href=\"http:\/\/dbi-services.com\/blog\/linux-instance-in-amazon-web-services-aws\/\" target=\"_blank\" rel=\"noopener\">blog<\/a>\u00a0) into the authorized_keys under \/home\/oracle\/.ssh\/authorized_keys<\/p>\n<div>\n<div id=\"highlighter_31789\" class=\"syntaxhighlighter  bash\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"gutter\">\n<div class=\"line number1 index0 alt2\">1<\/div>\n<div class=\"line number2 index1 alt1\">2<\/div>\n<div class=\"line number3 index2 alt2\">3<\/div>\n<\/td>\n<td class=\"code\">\n<div class=\"container\">\n<div class=\"line number1 index0 alt2\"><code class=\"bash functions\">cd<\/code> <code class=\"bash plain\">\/home\/ec2-user\/<\/code><\/div>\n<div class=\"line number2 index1 alt1\"><code class=\"bash functions\">cd<\/code> <code class=\"bash plain\">.<\/code><code class=\"bash functions\">ssh<\/code><code class=\"bash plain\">\/<\/code><\/div>\n<div class=\"line number3 index2 alt2\"><code class=\"bash functions\">cat<\/code> <code class=\"bash plain\">authorized_keys &gt;&gt; <\/code><code class=\"bash plain\">\/home\/oracle\/<\/code><code class=\"bash plain\">.<\/code><code class=\"bash functions\">ssh<\/code><code class=\"bash plain\">\/authorized_keys<\/code><\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p>And now connection \u00a0should be fine with my new user from my workstation using public DNS and putty.<br \/>\n<b><span style=\"text-decoration: underline\">Tranferring files from my workstation to the AWS instance<\/span><\/b><br \/>\nOne need might be to transfer files from our local workstation to the our AWS instance. We can use WinSCP, we just have to use the key by importing our putty session (we already used to connect) into WinSCP and after we can connect. Launch WinSCP and use Tools option.<br \/>\n<a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/winscp11.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-12716\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/winscp11.png\" alt=\"winscp11\" width=\"300\" height=\"72\" \/><\/a><\/p>\n<p>And then select the session we want to import and we should connect with WinSCP<br \/>\n<a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/winscp2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-12706\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/winscp2.png\" alt=\"winscp2\" width=\"300\" height=\"28\" \/><\/a><br \/>\n<a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/winscp3.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-12707\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/winscp3.png\" alt=\"winscp3\" width=\"300\" height=\"240\" \/><\/a><br \/>\n<strong><span style=\"text-decoration: underline\">Connecting to my oracle instance from my workstation<br \/>\n<\/span><\/strong>I have installed my oracle software and my database and listener are\u00a0running. How to connect from my workstation? It is like we usually do. We just have to allow connection on the database port (here I am using the default 1521). Security Groups option is used for editing the inbound rules.<br \/>\n<a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/oracle1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-12708\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/oracle1.png\" alt=\"oracle1\" width=\"300\" height=\"124\" \/><br \/>\n<\/a>Using Add Rule, we can allow connection on port 1521. Of course we can filter the source for the access.<br \/>\n<a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/oracle2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-12709\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/oracle2.png\" alt=\"oracle2\" width=\"300\" height=\"70\" \/><br \/>\n<\/a><\/p>\n<p>And using the DNS of my instance I can connect.For this example I am connecting to an oracle express instance XE.<br \/>\n<a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/oracle3.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-12710\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/oracle3.png\" alt=\"oracle3\" width=\"300\" height=\"59\" \/><\/a><\/p>\n<p>You have AWS documentation here\u00a0https:\/\/aws.amazon.com\/documentation\/<a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/oracle2.png\"><br \/>\n<\/a><\/p>\n<p class=\"dbiNormal\">\n","protected":false},"excerpt":{"rendered":"<p>By Mouhamadou Diaw In a precedent Blog I talked about how to create an AWS linux instance. Some questions can be: How to create a new user and to connect with, how to transfert files from my workstation, how to connect to my oracle instance from my workstation and so on. In this blog I [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":9307,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[955],"tags":[977,987],"type_dbi":[],"class_list":["post-9300","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud","tag-amazon-web-services","tag-linux-aws"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Managing My Amazon Web Services Redhat Instance - dbi Blog<\/title>\n<meta name=\"description\" content=\"Cloud, Amazon Web Services, AWS\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Managing My Amazon Web Services Redhat Instance\" \/>\n<meta property=\"og:description\" content=\"Cloud, Amazon Web Services, AWS\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2016-11-15T15:20:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-08T13:22:43+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/winscp1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1107\" \/>\n\t<meta property=\"og:image:height\" content=\"682\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Oracle Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oracle Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"Managing My Amazon Web Services Redhat Instance\",\"datePublished\":\"2016-11-15T15:20:21+00:00\",\"dateModified\":\"2023-06-08T13:22:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/\"},\"wordCount\":454,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/winscp1.png\",\"keywords\":[\"Amazon Web Services\",\"Linux AWS\"],\"articleSection\":[\"Cloud\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/\",\"name\":\"Managing My Amazon Web Services Redhat Instance - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/winscp1.png\",\"datePublished\":\"2016-11-15T15:20:21+00:00\",\"dateModified\":\"2023-06-08T13:22:43+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"description\":\"Cloud, Amazon Web Services, AWS\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/#primaryimage\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/winscp1.png\",\"contentUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/winscp1.png\",\"width\":1107,\"height\":682},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Managing My Amazon Web Services Redhat Instance\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\",\"name\":\"Oracle Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"caption\":\"Oracle Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Managing My Amazon Web Services Redhat Instance - dbi Blog","description":"Cloud, Amazon Web Services, AWS","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/","og_locale":"en_US","og_type":"article","og_title":"Managing My Amazon Web Services Redhat Instance","og_description":"Cloud, Amazon Web Services, AWS","og_url":"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/","og_site_name":"dbi Blog","article_published_time":"2016-11-15T15:20:21+00:00","article_modified_time":"2023-06-08T13:22:43+00:00","og_image":[{"width":1107,"height":682,"url":"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/winscp1.png","type":"image\/png"}],"author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"Managing My Amazon Web Services Redhat Instance","datePublished":"2016-11-15T15:20:21+00:00","dateModified":"2023-06-08T13:22:43+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/"},"wordCount":454,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/winscp1.png","keywords":["Amazon Web Services","Linux AWS"],"articleSection":["Cloud"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/","url":"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/","name":"Managing My Amazon Web Services Redhat Instance - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/winscp1.png","datePublished":"2016-11-15T15:20:21+00:00","dateModified":"2023-06-08T13:22:43+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"description":"Cloud, Amazon Web Services, AWS","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/winscp1.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/winscp1.png","width":1107,"height":682},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/managing-my-amazon-web-services-redhat-instance\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Managing My Amazon Web Services Redhat Instance"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee","name":"Oracle Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","caption":"Oracle Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/9300","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=9300"}],"version-history":[{"count":1,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/9300\/revisions"}],"predecessor-version":[{"id":25681,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/9300\/revisions\/25681"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media\/9307"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=9300"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=9300"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=9300"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=9300"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}