{"id":420,"date":"2021-11-30T20:18:39","date_gmt":"2021-11-30T11:18:39","guid":{"rendered":"http:\/\/www.kowanas.com\/tech\/?p=420"},"modified":"2021-11-30T20:20:53","modified_gmt":"2021-11-30T11:20:53","slug":"%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4","status":"publish","type":"post","link":"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/","title":{"rendered":"AWS \uc5f0\uacb0 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \ub3d9\uc791\ud558\ub294 \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30"},"content":{"rendered":"\n<p>AWS Ubuntu \uae30\uc900\uc73c\ub85c SSH \uc5f0\uacb0\uc744 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \uc2e4\ud589\ud558\ub358 \ud504\ub85c\uadf8\ub7a8\uc774 \uc0c1\uc2dc \ub3d9\uc791\ud560 \uc218 \uc788\ub3c4\ub85d \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<p>python\ub4f1\uc73c\ub85c \ub3d9\uc791\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \ub9cc\ub4e4\uace0 \uc2e4\ud589\ud558\ub294 \uac83\uc744 \ud655\uc778\ud558\uc600\uc9c0\ub9cc SSH \uc5f0\uacb0\uc744 \uc885\ub8cc\ud558\uba74 \uc2e4\ud589\ub418\ub358 \ud504\ub85c\uadf8\ub7a8\ub3c4 \ud568\uaed8 \uc885\ub8cc\ub418\ubc84\ub9bd\ub2c8\ub2e4.<\/p>\n\n\n\n<p>\uadf8\ub7fc \uc11c\ube44\uc2a4\ub85c \ub9cc\ub4e4\uc5b4 Background\ub85c \uc2e4\ud589\ud574\uc57c\uc9c0\ub9cc AWS \uc5f0\uacb0 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \ud504\ub85c\uadf8\ub7a8 \uc2e4\ud589\uc774 \uc720\uc9c0\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ud30c\uc77c \uc791\uc131<\/h2>\n\n\n\n<p>\uc11c\ube44\uc2a4 \uc774\ub984\ub9cc \ubcf8\uc778\uac83\uc5d0 \ub9de\ucdb0\uc11c \uc785\ub825\ud558\ub3c4\ub85d [\uc11c\ube44\uc2a4\uc774\ub984] \uc774\ub77c\uace0 \ud45c\uc2dc\ud558\uc600\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<p>\uadf8\ub9ac\uace0 \uc2e4\ud589 \ud30c\uc77c\uc744 [\uc11c\ube44\uc2a4\uc2e4\ud589\ud30c\uc77c] \uc2e4\uc81c \ud544\uc694\ud55c \ud30c\uc77c\uc744 \uc785\ub825\ud558\uba74 \ub418\ub294\ub370 Full Path (ex. \/home\/ubuntu\/program\/test.py) \ub85c \uc785\ub825\ud574\uc90d\ub2c8\ub2e4.<\/p>\n\n\n\n<p>vi \ub294 editor\ub85c \uc791\uc131\ud6c4 \uc800\uc7a5\uacfc \ud568\uaed8 \uc885\ub8cc\uc2dc :wq! \ub97c \uc801\uc5b4\uc8fc\uba74 \ub429\ub2c8\ub2e4.<\/p>\n\n\n\n<p>\uc775\uc219\ud558\uc9c0 \uc54a\uc73c\uba74 \ub2e4\ub978 editor\ub97c \uc0ac\uc6a9\ud558\uc2dc\uba74 \ub429\ub2c8\ub2e4.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>sudo vi \/lib\/systemd\/system\/[\uc11c\ube44\uc2a4\uc774\ub984].service<\/p><\/blockquote>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;Unit]\nDescription=&#91;\uc11c\ube44\uc2a4\uc774\ub984] backend service\nAfter=multi-user.target\nConflicts=getty@tty1.service\n\n&#91;Service]\nUser=ubuntu\nType=simple\nExecStart=\/usr\/bin\/python3 &#91;\uc11c\ube44\uc2a4\uc2e4\ud589\ud30c\uc77c]\nStandartInput=tty-force\n\n&#91;Install]\nWantedBy=multi-user.target<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\ubc31\uadf8\ub77c\uc6b4\ub4dc\ub85c \uc11c\ube44\uc2a4 \uc2e4\ud589\ud558\uae30<\/h2>\n\n\n\n<p>\uccab \uc2dc\uc791\ud560\ub54c<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>sudo systemctl start [\uc11c\ube44\uc2a4\uc774\ub984].service<\/p><\/blockquote>\n\n\n\n<p>\uc7ac\uc2dc\uc791\ud560\ub54c<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>sudo systemctl restart [\uc11c\ube44\uc2a4\uc774\ub984].service<\/p><\/blockquote>\n\n\n\n<p>\uba48\ucd9c\ub54c<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>sudo systemctl stop [\uc11c\ube44\uc2a4\uc774\ub984].service<\/p><\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">\uc2dc\uc2a4\ud15c\uc744 \uc7ac\ubd80\ud305\uc2dc\uc5d0\ub3c4 \uc2e4\ud589\ub418\ub3c4\ub85d \ud558\uae30<\/h2>\n\n\n\n<p>\uc544\ub798\uc640 \uac19\uc774 \ud55c\ubc88\ub9cc \uc2e4\ud589\ud574\ub193\uc73c\uba74 \ub429\ub2c8\ub2e4.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>sudo systemctl enable [\uc11c\ube44\uc2a4\uc774\ub984].service<\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>AWS Ubuntu \uae30\uc900\uc73c\ub85c SSH \uc5f0\uacb0\uc744 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \uc2e4\ud589\ud558\ub358 \ud504\ub85c\uadf8\ub7a8\uc774 \uc0c1\uc2dc \ub3d9\uc791\ud560 \uc218 \uc788\ub3c4\ub85d \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4. python\ub4f1\uc73c\ub85c \ub3d9\uc791\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \ub9cc\ub4e4\uace0 \uc2e4\ud589\ud558\ub294 \uac83\uc744 \ud655\uc778\ud558\uc600\uc9c0\ub9cc SSH \uc5f0\uacb0\uc744 \uc885\ub8cc\ud558\uba74 \uc2e4\ud589\ub418\ub358 \ud504\ub85c\uadf8\ub7a8\ub3c4 \ud568\uaed8 \uc885\ub8cc\ub418\ubc84\ub9bd\ub2c8\ub2e4. \uadf8\ub7fc \uc11c\ube44\uc2a4\ub85c \ub9cc\ub4e4\uc5b4 Background\ub85c \uc2e4\ud589\ud574\uc57c\uc9c0\ub9cc AWS \uc5f0\uacb0 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \ud504\ub85c\uadf8\ub7a8 \uc2e4\ud589\uc774 \uc720\uc9c0\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ud30c\uc77c \uc791\uc131 \uc11c\ube44\uc2a4 \uc774\ub984\ub9cc \ubcf8\uc778\uac83\uc5d0 \ub9de\ucdb0\uc11c \uc785\ub825\ud558\ub3c4\ub85d [\uc11c\ube44\uc2a4\uc774\ub984] \uc774\ub77c\uace0 &#8230; <a title=\"AWS \uc5f0\uacb0 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \ub3d9\uc791\ud558\ub294 \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30\" class=\"read-more\" href=\"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/\" aria-label=\"Read more about AWS \uc5f0\uacb0 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \ub3d9\uc791\ud558\ub294 \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[13,18],"class_list":["post-420","post","type-post","status-publish","format-standard","hentry","category-tech","tag-aws","tag-ubuntu"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>AWS \uc5f0\uacb0 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \ub3d9\uc791\ud558\ub294 \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30 - Kowana&#039;s tech<\/title>\n<meta name=\"description\" content=\"AWS Ubuntu \uae30\uc900\uc73c\ub85c SSH \uc5f0\uacb0\uc744 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \uc2e4\ud589\ud558\ub358 \ud504\ub85c\uadf8\ub7a8\uc774 \uc0c1\uc2dc \ub3d9\uc791\ud560 \uc218 \uc788\ub3c4\ub85d \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30 \ub0b4\uc6a9\uc744 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4. python\ub4f1\uc73c\ub85c \ub3d9\uc791\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \ub9cc\ub4e4\uace0 \uc2e4\ud589\ud558\ub294 \uac83\uc744 \ud655\uc778\ud558\uc600\uc9c0\ub9cc SSH \uc5f0\uacb0\uc744 \uc885\ub8cc..\" \/>\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.kowanas.com\/tech\/2021\/11\/30\/\ubc31\uadf8\ub77c\uc6b4\ub4dc-\uc11c\ube44\uc2a4\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AWS \uc5f0\uacb0 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \ub3d9\uc791\ud558\ub294 \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30 - Kowana&#039;s tech\" \/>\n<meta property=\"og:description\" content=\"AWS Ubuntu \uae30\uc900\uc73c\ub85c SSH \uc5f0\uacb0\uc744 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \uc2e4\ud589\ud558\ub358 \ud504\ub85c\uadf8\ub7a8\uc774 \uc0c1\uc2dc \ub3d9\uc791\ud560 \uc218 \uc788\ub3c4\ub85d \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30 \ub0b4\uc6a9\uc744 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4. python\ub4f1\uc73c\ub85c \ub3d9\uc791\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \ub9cc\ub4e4\uace0 \uc2e4\ud589\ud558\ub294 \uac83\uc744 \ud655\uc778\ud558\uc600\uc9c0\ub9cc SSH \uc5f0\uacb0\uc744 \uc885\ub8cc..\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/\ubc31\uadf8\ub77c\uc6b4\ub4dc-\uc11c\ube44\uc2a4\/\" \/>\n<meta property=\"og:site_name\" content=\"Kowana&#039;s tech\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-30T11:18:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-30T11:20:53+00:00\" \/>\n<meta name=\"author\" content=\"kowana\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"kowana\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/\"},\"author\":{\"name\":\"kowana\",\"@id\":\"https:\/\/www.kowanas.com\/tech\/#\/schema\/person\/190c7dff713254da763d4fe295be98af\"},\"headline\":\"AWS \uc5f0\uacb0 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \ub3d9\uc791\ud558\ub294 \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30\",\"datePublished\":\"2021-11-30T11:18:39+00:00\",\"dateModified\":\"2021-11-30T11:20:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/\"},\"wordCount\":42,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.kowanas.com\/tech\/#\/schema\/person\/190c7dff713254da763d4fe295be98af\"},\"keywords\":[\"AWS\",\"Ubuntu\"],\"articleSection\":[\"Tech\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/\",\"url\":\"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/\",\"name\":\"AWS \uc5f0\uacb0 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \ub3d9\uc791\ud558\ub294 \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30 - Kowana&#039;s tech\",\"isPartOf\":{\"@id\":\"https:\/\/www.kowanas.com\/tech\/#website\"},\"datePublished\":\"2021-11-30T11:18:39+00:00\",\"dateModified\":\"2021-11-30T11:20:53+00:00\",\"description\":\"AWS Ubuntu \uae30\uc900\uc73c\ub85c SSH \uc5f0\uacb0\uc744 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \uc2e4\ud589\ud558\ub358 \ud504\ub85c\uadf8\ub7a8\uc774 \uc0c1\uc2dc \ub3d9\uc791\ud560 \uc218 \uc788\ub3c4\ub85d \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30 \ub0b4\uc6a9\uc744 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4. python\ub4f1\uc73c\ub85c \ub3d9\uc791\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \ub9cc\ub4e4\uace0 \uc2e4\ud589\ud558\ub294 \uac83\uc744 \ud655\uc778\ud558\uc600\uc9c0\ub9cc SSH \uc5f0\uacb0\uc744 \uc885\ub8cc..\",\"breadcrumb\":{\"@id\":\"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.kowanas.com\/tech\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AWS \uc5f0\uacb0 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \ub3d9\uc791\ud558\ub294 \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.kowanas.com\/tech\/#website\",\"url\":\"https:\/\/www.kowanas.com\/tech\/\",\"name\":\"Kowana&#039;s tech\",\"description\":\"IT\ub97c \ubc30\uc6b0\uba74\uc11c \uacf5\uc720\ud558\uace0 \uc2f6\uc740 \uac83\ub4e4, \uc571, \uc6f9, \uac1c\ubc1c, \uc218\uc775, \uc131\uacf5\",\"publisher\":{\"@id\":\"https:\/\/www.kowanas.com\/tech\/#\/schema\/person\/190c7dff713254da763d4fe295be98af\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.kowanas.com\/tech\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.kowanas.com\/tech\/#\/schema\/person\/190c7dff713254da763d4fe295be98af\",\"name\":\"kowana\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.kowanas.com\/tech\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/80a89adb37a55d376afb969e327758fb?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/80a89adb37a55d376afb969e327758fb?s=96&d=mm&r=g\",\"caption\":\"kowana\"},\"logo\":{\"@id\":\"https:\/\/www.kowanas.com\/tech\/#\/schema\/person\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AWS \uc5f0\uacb0 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \ub3d9\uc791\ud558\ub294 \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30 - Kowana&#039;s tech","description":"AWS Ubuntu \uae30\uc900\uc73c\ub85c SSH \uc5f0\uacb0\uc744 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \uc2e4\ud589\ud558\ub358 \ud504\ub85c\uadf8\ub7a8\uc774 \uc0c1\uc2dc \ub3d9\uc791\ud560 \uc218 \uc788\ub3c4\ub85d \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30 \ub0b4\uc6a9\uc744 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4. python\ub4f1\uc73c\ub85c \ub3d9\uc791\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \ub9cc\ub4e4\uace0 \uc2e4\ud589\ud558\ub294 \uac83\uc744 \ud655\uc778\ud558\uc600\uc9c0\ub9cc SSH \uc5f0\uacb0\uc744 \uc885\ub8cc..","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.kowanas.com\/tech\/2021\/11\/30\/\ubc31\uadf8\ub77c\uc6b4\ub4dc-\uc11c\ube44\uc2a4\/","og_locale":"en_US","og_type":"article","og_title":"AWS \uc5f0\uacb0 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \ub3d9\uc791\ud558\ub294 \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30 - Kowana&#039;s tech","og_description":"AWS Ubuntu \uae30\uc900\uc73c\ub85c SSH \uc5f0\uacb0\uc744 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \uc2e4\ud589\ud558\ub358 \ud504\ub85c\uadf8\ub7a8\uc774 \uc0c1\uc2dc \ub3d9\uc791\ud560 \uc218 \uc788\ub3c4\ub85d \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30 \ub0b4\uc6a9\uc744 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4. python\ub4f1\uc73c\ub85c \ub3d9\uc791\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \ub9cc\ub4e4\uace0 \uc2e4\ud589\ud558\ub294 \uac83\uc744 \ud655\uc778\ud558\uc600\uc9c0\ub9cc SSH \uc5f0\uacb0\uc744 \uc885\ub8cc..","og_url":"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/\ubc31\uadf8\ub77c\uc6b4\ub4dc-\uc11c\ube44\uc2a4\/","og_site_name":"Kowana&#039;s tech","article_published_time":"2021-11-30T11:18:39+00:00","article_modified_time":"2021-11-30T11:20:53+00:00","author":"kowana","twitter_card":"summary_large_image","twitter_misc":{"Written by":"kowana","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/#article","isPartOf":{"@id":"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/"},"author":{"name":"kowana","@id":"https:\/\/www.kowanas.com\/tech\/#\/schema\/person\/190c7dff713254da763d4fe295be98af"},"headline":"AWS \uc5f0\uacb0 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \ub3d9\uc791\ud558\ub294 \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30","datePublished":"2021-11-30T11:18:39+00:00","dateModified":"2021-11-30T11:20:53+00:00","mainEntityOfPage":{"@id":"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/"},"wordCount":42,"commentCount":0,"publisher":{"@id":"https:\/\/www.kowanas.com\/tech\/#\/schema\/person\/190c7dff713254da763d4fe295be98af"},"keywords":["AWS","Ubuntu"],"articleSection":["Tech"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/","url":"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/","name":"AWS \uc5f0\uacb0 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \ub3d9\uc791\ud558\ub294 \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30 - Kowana&#039;s tech","isPartOf":{"@id":"https:\/\/www.kowanas.com\/tech\/#website"},"datePublished":"2021-11-30T11:18:39+00:00","dateModified":"2021-11-30T11:20:53+00:00","description":"AWS Ubuntu \uae30\uc900\uc73c\ub85c SSH \uc5f0\uacb0\uc744 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \uc2e4\ud589\ud558\ub358 \ud504\ub85c\uadf8\ub7a8\uc774 \uc0c1\uc2dc \ub3d9\uc791\ud560 \uc218 \uc788\ub3c4\ub85d \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30 \ub0b4\uc6a9\uc744 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4. python\ub4f1\uc73c\ub85c \ub3d9\uc791\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 \ub9cc\ub4e4\uace0 \uc2e4\ud589\ud558\ub294 \uac83\uc744 \ud655\uc778\ud558\uc600\uc9c0\ub9cc SSH \uc5f0\uacb0\uc744 \uc885\ub8cc..","breadcrumb":{"@id":"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.kowanas.com\/tech\/2021\/11\/30\/%eb%b0%b1%ea%b7%b8%eb%9d%bc%ec%9a%b4%eb%93%9c-%ec%84%9c%eb%b9%84%ec%8a%a4\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.kowanas.com\/tech\/"},{"@type":"ListItem","position":2,"name":"AWS \uc5f0\uacb0 \uc885\ub8cc\ud6c4\uc5d0\ub3c4 \ub3d9\uc791\ud558\ub294 \ubc31\uadf8\ub77c\uc6b4\ub4dc \uc11c\ube44\uc2a4 \ub9cc\ub4e4\uae30"}]},{"@type":"WebSite","@id":"https:\/\/www.kowanas.com\/tech\/#website","url":"https:\/\/www.kowanas.com\/tech\/","name":"Kowana&#039;s tech","description":"IT\ub97c \ubc30\uc6b0\uba74\uc11c \uacf5\uc720\ud558\uace0 \uc2f6\uc740 \uac83\ub4e4, \uc571, \uc6f9, \uac1c\ubc1c, \uc218\uc775, \uc131\uacf5","publisher":{"@id":"https:\/\/www.kowanas.com\/tech\/#\/schema\/person\/190c7dff713254da763d4fe295be98af"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.kowanas.com\/tech\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.kowanas.com\/tech\/#\/schema\/person\/190c7dff713254da763d4fe295be98af","name":"kowana","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.kowanas.com\/tech\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/80a89adb37a55d376afb969e327758fb?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/80a89adb37a55d376afb969e327758fb?s=96&d=mm&r=g","caption":"kowana"},"logo":{"@id":"https:\/\/www.kowanas.com\/tech\/#\/schema\/person\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.kowanas.com\/tech\/wp-json\/wp\/v2\/posts\/420","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kowanas.com\/tech\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kowanas.com\/tech\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kowanas.com\/tech\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kowanas.com\/tech\/wp-json\/wp\/v2\/comments?post=420"}],"version-history":[{"count":2,"href":"https:\/\/www.kowanas.com\/tech\/wp-json\/wp\/v2\/posts\/420\/revisions"}],"predecessor-version":[{"id":422,"href":"https:\/\/www.kowanas.com\/tech\/wp-json\/wp\/v2\/posts\/420\/revisions\/422"}],"wp:attachment":[{"href":"https:\/\/www.kowanas.com\/tech\/wp-json\/wp\/v2\/media?parent=420"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kowanas.com\/tech\/wp-json\/wp\/v2\/categories?post=420"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kowanas.com\/tech\/wp-json\/wp\/v2\/tags?post=420"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}