{"id":714,"date":"2021-04-21T13:56:55","date_gmt":"2021-04-21T13:56:55","guid":{"rendered":"https:\/\/wp.mobilist.com.tr\/?p=714"},"modified":"2024-03-22T09:52:29","modified_gmt":"2024-03-22T09:52:29","slug":"aws-client-vpn-ile-private-vpc-erisimi","status":"publish","type":"post","link":"https:\/\/mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/","title":{"rendered":"Private VPC access with AWS Client VPN"},"content":{"rendered":"<p><em>16\/04\/2021 1:48<\/em><\/p>\n\n\n\n<p>Mustafa Zeytin, Mobilist<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What is AWS Client VPN?<\/h3>\n\n\n\n<p>AWS Client VPN is a client-based tool that allows you to securely access your resources on AWS.<\/p>\n\n\n\n<p>In summary, you can now safely access your resources that you have kept out of your sight and have blocked direct access via the internet.<\/p>\n\n\n\n<p>AWS Clint VPN provides authentication with both Simple Active Directory and Certificate. For now, we will only verify with the Certificate.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Creating Certificates<\/h3>\n\n\n\n<p>We will use the Open VPN easy RSA tool to generate server and client certificates.<\/p>\n\n\n\n<p><strong>First, let&#039;s copy the Easy RSA project from Github.<\/strong><\/p>\n\n\n\n<p>git clone https:\/\/github.com\/OpenVPN\/easy-rsa.git<\/p>\n\n\n\n<p><strong>Let&#039;s go into the easyrsa3 folder in the project and create a new PKI.<\/strong><\/p>\n\n\n\n<p>.\/easyrsa init-pki<\/p>\n\n\n\n<p><strong>We will get an output like this.<\/strong><\/p>\n\n\n\n<p># Released<br>init-pki complete; you may now create a CA or requests.Your newly created PKI dir is: \/Users\/the1462\/temp\/easy-rsa\/easyrsa3\/pki<\/p>\n\n\n\n<p><strong>Then let&#039;s create Certificate Authority.<\/strong><\/p>\n\n\n\n<p>.\/easyrsa build-ca nopass<\/p>\n\n\n\n<p><strong>During this process, it will ask you for &#039;Common Name&#039;; I used &#039;MOBILIST-CA&#039; here<\/strong>.<\/p>\n\n\n\n<p><strong>We will get an output like this.<\/strong><\/p>\n\n\n\n<p># Released<br>Using SSL: openssl OpenSSL 1.1.1h 22 Sep 2020<br>Generating RSA private key, 2048 bit long modulus<br>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.+++<br>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..+++<br>e is 65537 (0x10001)<br>You are about to be asked to enter information that will be incorporated<br>into your certificate request.<br>What you are about to enter is what is called a Distinguished Name or a DN.<br>There are quite a few fields but you can leave some blank<br>For some fields there will be a default value,<br>If you enter &#039;.&#039;, the field will be left blank.<br>&#8212;&#8211;<br>Common Name (eg: your user, host, or server name) [Easy-RSA CA]:MOBILIST-CA<\/p>\n\n\n\n<p>CA creation complete and you may now import and sign cert requests.<br>Your new CA certificate file for publishing is at:<br>\/Users\/the1462\/temp\/easy-rsa\/easyrsa3\/pki\/ca.crt<\/p>\n\n\n\n<p><strong>Let&#039;s create the server certificate.<\/strong><\/p>\n\n\n\n<p>.\/easyrsa build-server-full MobilistSERVER nopass<\/p>\n\n\n\n<p><strong>We will get an output similar to this<\/strong>.<\/p>\n\n\n\n<p># Released<br>Using SSL: openssl OpenSSL 1.1.1h 22 Sep 2020<br>Generating a 2048 bit RSA private key<br>&#8230;&#8230;&#8230;&#8230;..+++<br>&#8230;&#8230;&#8230;&#8230;+++<br>writing new private key to &#039;\/Users\/the1462\/temp\/easy-rsa\/easyrsa3\/pki\/easy-rsa-56747.cqqBOD\/tmp.0uFbSb&#039;<br>&#8212;&#8211;<br>Using configuration from \/Users\/the1462\/temp\/easy-rsa\/easyrsa3\/pki\/easy-rsa-56747.cqqBOD\/tmp.OKgfef<br>Check that the request matches the signature<br>Signature arrow<br>The Subject&#039;s Distinguished Name is as follows<br>commonName :ASN.1 12:&#039;MobilistSERVER&#039;<br>Certificate is to be certified until Jun 18 01:25:46 2023 GMT (825 days)<\/p>\n\n\n\n<p>Write out database with 1 new entries<br>Data Base Updated<\/p>\n\n\n\n<p>Now it&#039;s time to create the user certificate. When creating a user certificate, creating a separate certificate for each user will make it easier for you to remove the access authority of a particular user in the future.<\/p>\n\n\n\n<p>.\/easyrsa build-client-full the1462.MobilistSERVER nopass<\/p>\n\n\n\n<p><strong>sample output<\/strong><\/p>\n\n\n\n<p># Released<br>Using SSL: openssl OpenSSL 1.1.1h 22 Sep 2020<br>Generating a 2048 bit RSA private key<br>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..+++<br>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.+++<br>writing new private key to &#039;\/Users\/the1462\/temp\/easy-rsa\/easyrsa3\/pki\/easy-rsa-82627.18fv4a\/tmp.ovhqt6&#039;<br>&#8212;&#8211;<br>Using configuration from \/Users\/the1462\/temp\/easy-rsa\/easyrsa3\/pki\/easy-rsa-82627.18fv4a\/tmp.z7AyqB<br>Check that the request matches the signature<br>Signature arrow<br>The Subject&#039;s Distinguished Name is as follows<br>commonName :ASN.1 12:&#039;the1462.MobilistSERVER&#039;<br>Certificate is to be certified until Jun 18 01:32:33 2023 GMT (825 days)<\/p>\n\n\n\n<p>Write out database with 1 new entries<br>Data Base Updated<\/p>\n\n\n\n<p><strong>Collect all required certificates in one folder.<\/strong><\/p>\n\n\n\n<p>mkdir acm-certs<br>cp pki\/ca.crt acm-certs<br>cp pki\/issued\/MobilistSERVER.crt acm-certs<br>cp pki\/issued\/the1462.MobilistSERVER.crt acm-certs<br>cp pki\/private\/MobilistSERVER.key acm-certs<br>cp pki\/private\/the1462.MobilistSERVER.key acm-certs<br>&#8230;.<br>cd acm-certs<\/p>\n\n\n\n<p><strong>All our certificates are ready, now it&#039;s time to upload them to ACM (AWS Certificate Manager).<\/strong><\/p>\n\n\n\n<p><strong>We install the Server Certificate: <\/strong><\/p>\n\n\n\n<p>aws acm import-certificate \u2013certificate fileb:\/\/MobilistSERVER.crt \u2013private-key fileb:\/\/MobilistSERVER.key \u2013certificate-chain fileb:\/\/ca.crt \u2013region eu-central-1<\/p>\n\n\n\n<p><strong>We install the Client Certificate: <\/strong><\/p>\n\n\n\n<p>aws acm import-certificate \u2013certificate fileb:\/\/the1462.MobilistSERVER.crt \u2013private-key fileb:\/\/the1462.MobilistSERVER.key \u2013certificate-chain fileb:\/\/ca.crt \u2013region eu-central-1<\/p>\n\n\n\n<p><strong>When you select the region you installed in the AWS Console and enter the ACM page, you can see that the certificates are installed.<\/strong><\/p>\n\n\n\n\n\n<p class=\"has-text-align-center\"><em>ACM instance in my AWS Account<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">VPN Endpoint Settings<\/h3>\n\n\n\n<p>We open the VPC management panel via AWS Console. We open the &#039;Client VPN Endpoints&#039; page from the left menu and click &#039;Create Client VPN Endpoint&#039;.<\/p>\n\n\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>From the Client Ipv4 CIDR field, we determine which IP block users will receive IP from. IP range must be between \/16 \/22; The important point here is that the IP block you provide does not conflict with the IP block of your existing resources. Also note that once the VPN Endpoint is created, this field cannot be changed.<\/p>\n<\/blockquote>\n\n\n\n<p>We select the server certificate we created as Server certificate ARN.<\/p>\n\n\n\n<p>In the Authentication Options section, I only selected &#039;Use mutual authentication&#039;. If you are going to use Active Directory, you can also select the &#039;Use user-based authentication&#039; field and select your directory.<\/p>\n\n\n\n<p>We select the user certificate we created as Client certificate ARN.<\/p>\n\n\n\n<p>If you want to do connection reporting, you can select &#039;CloudWatch Log Group&#039; by saying &#039;Yes&#039; in the Connection Logging field.<\/p>\n\n\n\n\n\n<p>I leave DNS Zones blank to use AWS default DNS services.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>By selecting the Enable split-tunnel feature, I ensure that users use VPN when accessing AWS resources and disable it for external access. Thus, traffic will not go through AWS VPN when accessing services such as YouTube and Spotify.<\/p>\n<\/blockquote>\n\n\n\n<p>You can create a separate &#039;Security Group&#039; for the VPN, but I used the default.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"970\" height=\"223\" src=\"https:\/\/wp.mobilist.com.tr\/wp-content\/uploads\/2024\/03\/image.png\" alt=\"\" class=\"wp-image-720\" srcset=\"https:\/\/mobilist.com.tr\/wp-content\/uploads\/2024\/03\/image.png 970w, https:\/\/mobilist.com.tr\/wp-content\/uploads\/2024\/03\/image-300x69.png 300w, https:\/\/mobilist.com.tr\/wp-content\/uploads\/2024\/03\/image-768x177.png 768w\" sizes=\"(max-width: 970px) 100vw, 970px\" \/><\/figure>\n\n\n\n<p>The creation process may take some time, but it shouldn&#039;t take more than 1 minute.<\/p>\n\n\n\n\n\n<p>The default status will be &#039;Pending-associate&#039; since we haven&#039;t mapped the target VPC yet.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">VPC Peering<\/h3>\n\n\n\n<p>To do this, we will go to the Associations tab and click &#039;Associate&#039;.<\/p>\n\n\n\n\n\n<p>Then we select VPC and Subnet. Repeat the process for all Subnets you want to match.<\/p>\n\n\n\n\n\n<p>The pairing process may take approximately 5 minutes.<\/p>\n\n\n\n<p><strong>Target VPC Selection<\/strong><\/p>\n\n\n\n<p>We add the VPCs you want the VPN to access under &#039;Authorization&#039;.<\/p>\n\n\n\n\n\n<p>10.2.0.0\/16 CIDR block of my offline VPC network<\/p>\n\n\n\n<p><strong>Target Subnet Selection<\/strong><\/p>\n\n\n\n<p>You can add the target Subnets you want to access with VPN under &#039;Route Table&#039;.<\/p>\n\n\n\n\n\n<p>We enter the Target VPC address as the route destination and select the subnet.<\/p>\n\n\n\n<p>If you&#039;ve made it this far in one piece, all that&#039;s left is to download the config file and make a small adjustment.<\/p>\n\n\n\n\n\n<p>When you open the *.ovpn file you downloaded with your favorite text editor, it will look similar to the following.client<br>giant tun<br>proto udp<br>remote cvpn-endpoint-0dbfa55f40f69c20c.prod.clientvpn.eu-central-1.amazonaws.com 443<br>remote-random-hostname<br>resolve-retry infinite<br>nobind<br>remote-cert-tls server<br>cipher AES-256-GCM<br>verb 3<br>&lt;ca&gt;<br>\u2014\u2013BEGIN CERTIFICATE\u2014\u2013<br>MIIDSzCCAjOgAwIBAgIULBPB\/kjluQTqqW7kOo1F2r\/CWlowDQYJKoZIhvcNAQEL<br>BQAwFjEUMBIGA1UEAwwLTU9CSUxJU1QtQ0EwHhcNMjEwMzE1MDEyMTQ5WhcNMzEw<br>MzEzMDEyMTQ5WjAWMRQwEgYDVQQDDAtNT0JJTElTVC1DQTCCASIwDQYJKoZIhvcN<br>AQEBBQADggEPADCCAQoCggEBAKnGj\/zKMhjE1QdVHjqKZTioj0sdg7uq4POzLMiG<br>jmffMZkVADtyYpnIKD5oQyBT9l1Z5cCJL2q1KhnDkRzJR7OK91mqYfSzCdlPTARC<br>zdfNwMpXwQHlQJQ4SBkfCF1okmoQbi1QRl2orqIcR6xlb8HPTQANE1+tNvGeG5xW<br>Ihw06ZPXNIX3jyW7m2SjKAEP71SY\/UGdKOTxSq51nX7gklHkq9DvOo91O5dk5Hbv<br>t+bZSCcYIQ8pVDXVRUfa3gLxXFJKRl4rhaAIpy0EzWdJM7R4GqAQo8pVafi6qnnw<br>MyYFdxkKIKQeUsREm39aSh6JyImZhj3mZat0tdu\/9i5F9M0CAwEAAaOBkDCBjTAd<br>BgNVHQ4EFgQUz4TqDsE49EKn50Gh5HdzCPhaRYkwUQYDVR0jBEowSIAUz4TqDsE4<br>9EKn50Gh5HdzCPhaRYmhGqQYMBYxFDASBgNVBAMMC01PQklMSVNULUNBghQsE8H+<br>SOW5BOqpbuQ6jUXav8JaWjAMBgNVHRMEBTADAQH\/MAsGA1UdDwQEAwIBBjANBgkq<br>hkiG9w0BAQsFAAOCAQEAOOjyKU8wr1OiQ7Z5eZZ8F+3CkBS4ZUYEg3G5V9vDO9\/4<br>QhRyqdu2ATjy5qDN3Q\/zUT3G4g\/ZizvisZGHNg27qFsq6RB+mMI9scch2U58b++t<br>UrgN8HKM8bcMyTkcpKMnnhpU3mC5ZEO31slAg\/t65i6EccbEOY9f\/e6HpAZw4fcU<br>ldEcQ2CnRa6edbo5rD7KE7glciIVetVmHklWxIKvDW3IIzePCvb4DudHKZUF9CpG<br>KRiQTmEf3ayC1w2y4cq4bxzoF+HcM2W1Mhsx3pRyzyBfWcITYBXaerTa6tdL49Z4<br>OtC\/Z1Fqj+KNRUbw0nN6zRuH+cfvKL8cddfbcbSXqg==<br>\u2014\u2013END CERTIFICATE\u2014\u2013 reneg-sec 0cert \/Users\/the1462\/temp\/easy-rsa\/easyrsa3\/acm-certs\/the1462.MobilistSERVER.crt<br>key \/Users\/the1462\/temp\/easy-rsa\/easyrsa3\/acm-certs\/the1462.MobilistSERVER.key<\/p>\n\n\n\n<p>You will open the following two labels at the bottom of the file and paste the contents of the relevant files between them.<br>\u2014 the1462.MobilistSERVER.crt file content \u2014<br>&lt;cert&gt;&lt;key&gt;<br>\u2014 the1462.MobilistSERVER.key file content \u2014<br>&lt;key&gt;<\/p>\n\n\n\n<p>After the edits you make, your *.opnv file will look similar to the following.client<br>giant tun<br>proto udp<br>remote cvpn-endpoint-0dbfa55f40f69c20c.prod.clientvpn.eu-central-1.amazonaws.com 443<br>remote-random-hostname<br>resolve-retry infinite<br>nobind<br>remote-cert-tls server<br>cipher AES-256-GCM<br>verb 3<br>&lt;ca&gt;<br>\u2014\u2013BEGIN CERTIFICATE\u2014\u2013<br>MIIDSzCCAjOgAwIBAgIULBPB\/kjluQTqqW7kOo1F2r\/CWlowDQYJKoZIhvcNAQEL<br>BQAwFjEUMBIGA1UEAwwLTU9CSUxJU1QtQ0EwHhcNMjEwMzE1MDEyMTQ5WhcNMzEw<br>MzEzMDEyMTQ5WjAWMRQwEgYDVQQDDAtNT0JJTElTVC1DQTCCASIwDQYJKoZIhvcN<br>AQEBBQADggEPADCCAQoCggEBAKnGj\/zKMhjE1QdVHjqKZTioj0sdg7uq4POzLMiG<br>jmffMZkVADtyYpnIKD5oQyBT9l1Z5cCJL2q1KhnDkRzJR7OK91mqYfSzCdlPTARC<br>zdfNwMpXwQHlQJQ4SBkfCF1okmoQbi1QRl2orqIcR6xlb8HPTQANE1+tNvGeG5xW<br>Ihw06ZPXNIX3jyW7m2SjKAEP71SY\/UGdKOTxSq51nX7gklHkq9DvOo91O5dk5Hbv<br>t+bZSCcYIQ8pVDXVRUfa3gLxXFJKRl4rhaAIpy0EzWdJM7R4GqAQo8pVafi6qnnw<br>MyYFdxkKIKQeUsREm39aSh6JyImZhj3mZat0tdu\/9i5F9M0CAwEAAaOBkDCBjTAd<br>BgNVHQ4EFgQUz4TqDsE49EKn50Gh5HdzCPhaRYkwUQYDVR0jBEowSIAUz4TqDsE4<br>9EKn50Gh5HdzCPhaRYmhGqQYMBYxFDASBgNVBAMMC01PQklMSVNULUNBghQsE8H+<br>SOW5BOqpbuQ6jUXav8JaWjAMBgNVHRMEBTADAQH\/MAsGA1UdDwQEAwIBBjANBgkq<br>hkiG9w0BAQsFAAOCAQEAOOjyKU8wr1OiQ7Z5eZZ8F+3CkBS4ZUYEg3G5V9vDO9\/4<br>QhRyqdu2ATjy5qDN3Q\/zUT3G4g\/ZizvisZGHNg27qFsq6RB+mMI9scch2U58b++t<br>UrgN8HKM8bcMyTkcpKMnnhpU3mC5ZEO31slAg\/t65i6EccbEOY9f\/e6HpAZw4fcU<br>ldEcQ2CnRa6edbo5rD7KE7glciIVetVmHklWxIKvDW3IIzePCvb4DudHKZUF9CpG<br>KRiQTmEf3ayC1w2y4cq4bxzoF+HcM2W1Mhsx3pRyzyBfWcITYBXaerTa6tdL49Z4<br>OtC\/Z1Fqj+KNRUbw0nN6zRuH+cfvKL8cddfbcbSXqg==<br>\u2014\u2013END CERTIFICATE\u2014\u2013 reneg-sec 0<br>Certificate:<br>Data:<br>Version: 3 (0x2)<br>Serial Number:<br>23:97:df:a2:94:2c:17:2c:2c:99:6e:e1:c6:4f:ce<br>Signature Algorithm: sha256WithRSAEncryption<br>Issuer: CN=MOBILIST-CA<br>Validity<br>Not Before: Mar 15 01:32:33 2021 GMT<br>Not After : Jun 18 01:32:33 2023 GMT<br>Subject: CN=the1462.MobilistSERVER<br>Subject Public Key Info:<br>Public Key Algorithm: rsaEncryption<br>RSA Public Key: (2048 bits)<br>Modulus:<br>00:da:mm:6b:c4:26:f7:f1:30:df:eb:f3:78:31:37:<br>c3:92:ce:f2:e4:ab:64:bb:0e:06:19:36:84:04:ec:<br>92:3f:2b:2e:e9:a0:14:0e:7b:ce:90:f0:5a:6e:dc:<br>b4:f1:f7:dc:f3:88:3b:b9:eb:0a:84:ed:13:d0:40:<br>84:22:d6:a3:15:69:c7:8f:ab:f9:25:10:77:d8:84:<br>4b:7d:7b:45:28:4e:53:43:b8:e3:73:dd:df:ff:92:<br>5a:7d:50:61:43:2f:49:bc:02:c0:9c:f7:31:7c:4f:<br>90:cd:f8:84:ae:ab:32:77:ca:e8:c2:46:03:ca:88:<br>13:c4:f4:8a:c1:a3:39:9a:d1:e8:c0:be:01:f7:f7:<br>aa:fa:37:2a:54:c1:16:33:a0:de:d0:ae:b2:f7:7f:<br>a9:27:d5:03:7f:80:8d:1f:62:72:cb:b1:55:f5:0e:<br>82:48:cb:a4:22:e5:d3:d4:30:c1:8c:98:a8:8e:7c:<br>29:90:94:56:ce:bc:9a:e6:ee:54:e2:98:09:9a:14:<br>e7:78:1d:d4:32:7b:ae:ce:66:86:e1:e4:f6:d4:ba:<br>2e:be:43:e6:d7:ba:54:d1:85:c9:ba:55:87:c8:a8:<br>9c:65:ee:3e:e7:8b:7a:e0:82:6a:06:81:f1:0b:eb:<br>4b:5f:93:98:2d:56:58:cc:b1:11:71:61:0e:c8:e2:<br>53:95<br>Exponent: 65537 (0x10001)<br>X509v3 extensions:<br>X509v3 Basic Constraints:<br>CA:FALSE<br>X509v3 Subject Key Identifier:<br>F3:31:0F:3A:42:EE:FA:6F:7B:1A:F8:33:40:D8:CC:8F:94:E0:96:D0<br>X509v3 Authority Key Identifier:<br>keyid:CF:84:EA:0E:C1:38:F4:42:A7:E7:41:A1:E4:77:73:08:F8:5A:45:89<br>DirName:\/CN=MOBILIST-CA<br>serial:2C:13:C1:FE:48:E5:B9:04:EA:A9:6E:E4:3A:8D:45:DA:BF:C2:5A:5AX509v3 Extended Key Usage:<br>TLS Web Client Authentication<br>X509v3 Key Usage:<br>Digital Signature<br>Signature Algorithm: sha256WithRSAEncryption<br>6a:0a:aa:3a:15:24:3d:31:26:2b:42:01:d7:8f:f6:c5:58:1a:<br>e2:7b:ea:27:03:7c:d4:c9:4c:35:49:0f:e9:f7:2c:0a:5c:3c:<br>76:92:c7:a0:e3:67:d9:03:33:ef:50:0b:10:23:89:6f:64:75:<br>21:mm:4f:2m:08:f6:89:f8:fb:f7:24:71:eb:80:54:mm:06:96:<br>73:ea:52:53:a3:a9:94:20:cf:2f:08:c3:c9:9e:3e:9b:bd:b5:<br>79:d4:e8:1f:5c:91:5e:c5:2a:3b:c8:60:10:db:07:d5:be:f4:<br>67:ea:2a:86:7b:30:e5:66:74:55:fa:f3:7e:c6:71:e4:a5:a5:<br>c9:40:6c:c3:34:e6:08:48:e8:a2:97:65:02:a7:0f:87:90:53:<br>81:68:11:57:8b:fe:ac:19:3e:93:6f:e7:7c:96:71:d4:ef:33:<br>a0:9d:6d:e9:9c:29:b1:9e:dc:a4:c1:84:56:3f:f7:93:49:9c:<br>eb:63:71:28:6d:9c:f3:7b:d8:c1:20:61:f3:23:07:88:16:eb:<br>00:ad:95:09:f3:7b:d0:0d:f9:23:44:bd:5a:56:56:df:e3:14:<br>84:23:55:2d:b8:eb:d7:78:05:2d:60:fb:cc:95:88:75:7d:49:<br>fc:98:ae:1a:53:bd:59:61:08:50:f4:f2:29:03:5f:71:e4:48:<br>a8:dc:73:aa<br>\u2014\u2013BEGIN CERTIFICATE\u2014\u2013<br>MIIDYzCCAkugAwIBAgIPI5ffopQsFywsmW7hxk\/OMA0GCSqGSIb3DQEBCwUAMBYx<br>FDASBgNVBAMMC01PQklMSVNULUNBMB4XDTIxMDMxNTAxMzIzM1oXDTIzMDYxODAx<br>MzIzM1owITEfMB0GA1UEAwwWdGhlMTQ2Mi5Nb2JpbGlzdFNFUlZFUjCCASIwDQYJ<br>KoZIhvcNAQEBBQADggEPADCCAQoCggEBANrda8Qm9\/Ew3+vzeDE3w5LO8uSrZLsO<br>Bhk2hATskj8rLumgFA57zpDwWm7ctPH33POIO7nrCoTtE9BAhCLWoxVpx4+r+SUQ<br>d9iES317RShOU0O443Pd3\/+SWn1QYUMvSbwCwJz3MXxPkM34hK6rMnfK6MJGA8qI<br>E8T0isGjOZrR6MC+Aff3qvo3KlTBFjOg3tCusvd\/qSfVA3+AjR9icsuxVfUOgkjL<br>pCLl09QwwYyYqI58KZCUVs68mubuVOKYCZoU53gd1DJ7rs5mhuHk9tS6Lr5D5te6<br>VNGFybpVh8ionGXuPueLeuCCagaB8QvrS1+TmC1WWMyxEXFhDsjiU5UCAwEAAaOB<br>ojCBnzAJBgNVHRMEAjAAMB0GA1UdDgQWBBTzMQ86Qu76b3sa+DNA2MyPlOCW0DBR<br>BgNVHSMESjBIgBTPhOoOwTj0QqfnQaHkd3MI+FpFiaEapBgwFjEUMBIGA1UEAwwL<br>TU9CSUxJU1QtQ0GCFCwTwf5I5bkE6qlu5DqNRdq\/wlpaMBMGA1UdJQQMMAoGCCsG<br>AQUFBwMCMAsGA1UdDwQEAwIHgDANBgkqhkiG9w0BAQsFAAOCAQEAagqqOhUkPTEm<br>K0IB14\/2xVga4nvqJwN81MlMNUkP6fcsClw8dpLHoONn2QMz71ALECOJb2R1Id1P<br>LQj2ifj79yRx64BU3QaWc+pSU6OplCDPLwjDyZ4+m721edToH1yRXsUqO8hgENsH<br>1b70Z+oqhnsw5WZ0VfrzfsZx5KWlyUBswzTmCEjoopdlAqcPh5BTgWgRV4v+rBk+<br>k2\/nfJZx1O8zoJ1t6ZwpsZ7cpMGEVj\/3k0mc62NxKG2c83vYwSBh8yMHiBbrAK2V<br>CfN70A35I0S9WlZW3+MUhCNVLbjr13gFLWD7zJWIdX1J\/JiuGlO9WWEIUPTyKQNf<br>ceRIqNxzqg==<br>\u2014\u2013END CERTIFICATE\u2014\u2013<br>&lt;\/cert&gt;&lt;key&gt;<br>\u2014\u2013BEGIN PRIVATE KEY\u2014\u2013<br>MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDa3WvEJvfxMN\/r<br>83gxN8OSzvLkq2S7DgYZNoQE7JI\/Ky7poBQOe86Q8Fpu3LTx99zziDu56wqE7RPQ<br>QIQi1qMVacePq\/klEHfYhEt9e0UoTlNDuONz3d\/\/klp9UGFDL0m8AsCc9zF8T5DN<br>+ISuqzJ3yujCRgPKiBPE9IrBozma0ejAvgH396r6NypUwRYzoN7QrrL3f6kn1QN\/<br>gI0fYnLLsVX1DoJIy6Qi5dPUMMGMmKiOfCmQlFbOvJrm7lTimAmaFOd4HdQye67O<br>Zobh5PbUui6+Q+bXulTRhcm6VYfIqJxl7j7ni3rggmoGgfEL60tfk5gtVljMsRFx<br>YQ7I4lOVAgMBAAECggEAa6krz8uTf7OZEsorP5q8u8TNOqsM2+7kFRb6DioJLsWh<br>SA8UjqNcU3PIKGytHbHdoHZNWwFBpW2xp2l1FmYaxvfH0Oa5of\/d1EYPlGRE+rS8<br>xL14NZDZFTD7DlWx4oiqbq+z7AK09v90rb0oF3vjUYYgxSAH0WLqxqG8d9BBD+R0<br>p\/ySaOA\/1cpw9fVlXjFBQu3zA1h1yF5oMDNZswOlvc4\/cT3qKQOt8XQ9d\/swo6Nm<br>e\/l4DpOPWGD5HqfYeiEqpa4kB7sHvZMfoKTPOnrrsdaoyu+H7kjZmXIbkSPkBXXM<br>yYqo+xUKbPnZ5pHAqPV4cpasRv+sz+2io6FMjSj7AQKBgQD6fsFjO+KY\/XnIEiX1<br>hIuLZVUm02I8600qUKJnINm3WNj2J+j1\/81xbDcK773O+4ZQGceYc+URPwAEPEHd<br>GISHKJhQz5ItpClx7tuQ9eqbeYd6Pd\/kAZuoU0EkVIR6LJgqMVxby2m7G7HnjTf2<br>qYM2La2uJFVehKf\/hjR2iYzsIQKBgQDfrLgaPI+8epn6Jrr9+Cqw+l9UMd9xWAVL<br>fvrIw8a+tXAhrO1tGgQA1eOh3myvZUj2W8Vq0gr5bJp6boFnNXjov2WcF0wchZA\/<br>Ob+YHPjtFROmp97Vq3iEvRFCmj87f136v0E8HS4Lqw1IW9CheNSsAj5af1L+QUg2<br>Ov88ELlY9QKBgQCUCJis1lUhaJqxm9gG8h+tb2MVINLrgXsGyMRRAd7oNX9yaT+J<br>MXTt1K\/qrKeVTJuhdrq347W5rWuLFTkvOjAH1\/u7tg+DHYLIrAnh7xKIcxeXLD3F<br>9xVQMnNKzw\/DS9tZA\/a64MlJJCLM3m32PVMnj3MWeK5ivy6xGVSjwMIhQQKBgQC1<br>tYImxlZa3xrh7r7wfcBo4C27n3yPfttmVrTzjqCR46JBqVOE06K27wwrPx\/6aYUZ<br>pro9qn+B2+mvVsDHkNg19O9eHEsXzKW\/x3FP6RGMwReixzOvT8rrwxEXk2mVM0as<br>4tzjMi1rCz4SL4zQ8PGM\/5GaQV+x8GTysYESUd\/RVQKBgCYgAcvGrrmT9MOKkGf3<br>X5qkmfzqoIW97iovn\/3Cx6ictmnpmwqwQxcp6\u0130jeqarhsfytrJ3q7u1ft\u0131hko4<br>66LiYr9tHH2vX8hRv+y9IasVV0NPvn3UxfI3jW6TYN++QlDWbqZ89YaPaUZrqlT7<br>YxVsFyqu2nZ4QZr1CT9aB+\/H<br>\u2014\u2013END PRIVATE KEY\u2014\u2013<br>&lt;\/key&gt;<\/p>\n\n\n\n<p>Download and install the AWS Client VPN application from the address below.<\/p>\n\n\n\n<p><a href=\"https:\/\/aws.amazon.com\/tr\/vpn\/client-vpn-download\/\">AWS Client VPN Download | Amazon Web Services<\/a><\/p>\n\n\n\n<p>If you are opening it for the first time, it will look like this since there is no existing profile file.<\/p>\n\n\n\n\n\n<p>From the Profile management menu of the application, select &#039;Add profile&#039;, give it a name and select the path to the *.ovpn file.<\/p>\n\n\n\n\n\n<p>Select the profile you defined and make the VPN connection.<\/p>\n\n\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Test<\/strong><\/h3>\n\n\n\n<p>Now you can access resources on your VPCs that are not directly exposed to the internet with peace of mind.<\/p>\n\n\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Additionally, if you wish, you can use it with TunnelBlick on Mac and Tunxten on Windows instead of the AWS Client VPN application.<\/p>\n<\/blockquote>\n\n\n\n<p><strong><em>May The Source Be With You!<\/em><\/strong><\/p>","protected":false},"excerpt":{"rendered":"16\/04\/2021 1:48 Mustafa Zeytin, Mobilist What is AWS Client VPN? AWS Client VPN is a client-based tool that allows you to securely access your resources on AWS. In summary, you can now safely access your resources that you have kept out of your sight and have blocked direct access via the internet. AWS Clint VPN provides authentication with both Simple Active Directory and Certificate. For now, we only verify with Certificate [\u2026]","protected":false},"author":4,"featured_media":715,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"saved_in_kubio":false,"footnotes":""},"categories":[42,43,45,44],"tags":[46,47,50,52,51,48,49],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.8 (Yoast SEO v22.8) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>AWS Client VPN ile Private VPC eri\u015fimi - Mobilist<\/title>\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.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AWS Client VPN ile Private VPC eri\u015fimi\" \/>\n<meta property=\"og:description\" content=\"16\/04\/2021 1:48 Mustafa Zeytin, Mobilist AWS Client VPN&nbsp;Nedir? AWS Client VPN, AWS \u00fczerindeki kaynaklar\u0131n\u0131za g\u00fcvenli bir \u015fekilde eri\u015fmenizi sa\u011flayan istemci tabanl\u0131 bir&nbsp;ara\u00e7t\u0131r. \u00d6zet olarak, g\u00f6z\u00fcn\u00fczden sak\u0131nd\u0131\u011f\u0131n\u0131z internet \u00fczerinden do\u011frudan eri\u015fime kapatt\u0131\u011f\u0131n\u0131z kaynaklar\u0131n\u0131za art\u0131k g\u00fcvenli bir \u015fekilde eri\u015febilirsiniz. AWS Clint VPN, hem Simple Active Directory hemde Sertifika ile do\u011frulama sa\u011flar. Biz \u015fimdilik sadece Sertifika ile do\u011frulama [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/\" \/>\n<meta property=\"og:site_name\" content=\"Mobilist\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/mobilistlabs\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-21T13:56:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-22T09:52:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.mobilist.com.tr\/wp-content\/uploads\/2024\/03\/1b-3.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"574\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Mobilist\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@mobilist_labs\" \/>\n<meta name=\"twitter:site\" content=\"@mobilist_labs\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mobilist\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/\"},\"author\":{\"name\":\"Mobilist\",\"@id\":\"https:\/\/mobilist.com.tr\/en\/#\/schema\/person\/cb960c343376e89fed720ff2fddbde20\"},\"headline\":\"AWS Client VPN ile Private VPC eri\u015fimi\",\"datePublished\":\"2021-04-21T13:56:55+00:00\",\"dateModified\":\"2024-03-22T09:52:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/\"},\"wordCount\":2504,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/mobilist.com.tr\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/mobilist.com.tr\/wp-content\/uploads\/2024\/03\/1b-3.jpeg\",\"keywords\":[\"AWS\",\"AWS Client VPN\",\"Cloud Networking\",\"Network Configuration\",\"Remote Access\",\"VPC (Virtual Private Cloud)\",\"VPN Security\"],\"articleSection\":[\"AWS\",\"Cloud Computing\",\"IT Infrastructure\",\"Network Security\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/\",\"url\":\"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/\",\"name\":\"AWS Client VPN ile Private VPC eri\u015fimi - Mobilist\",\"isPartOf\":{\"@id\":\"https:\/\/mobilist.com.tr\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/mobilist.com.tr\/wp-content\/uploads\/2024\/03\/1b-3.jpeg\",\"datePublished\":\"2021-04-21T13:56:55+00:00\",\"dateModified\":\"2024-03-22T09:52:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/#primaryimage\",\"url\":\"https:\/\/mobilist.com.tr\/wp-content\/uploads\/2024\/03\/1b-3.jpeg\",\"contentUrl\":\"https:\/\/mobilist.com.tr\/wp-content\/uploads\/2024\/03\/1b-3.jpeg\",\"width\":1024,\"height\":574},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mobilist.com.tr\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AWS Client VPN ile Private VPC eri\u015fimi\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mobilist.com.tr\/en\/#website\",\"url\":\"https:\/\/mobilist.com.tr\/en\/\",\"name\":\"Mobilist\",\"description\":\"Dijitalin Kusursuz Hali\",\"publisher\":{\"@id\":\"https:\/\/mobilist.com.tr\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mobilist.com.tr\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/mobilist.com.tr\/en\/#organization\",\"name\":\"Mobilist\",\"url\":\"https:\/\/mobilist.com.tr\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/mobilist.com.tr\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/mobilist.com.tr\/wp-content\/uploads\/2024\/03\/web-logo-text-only-2.png\",\"contentUrl\":\"https:\/\/mobilist.com.tr\/wp-content\/uploads\/2024\/03\/web-logo-text-only-2.png\",\"width\":400,\"height\":78,\"caption\":\"Mobilist\"},\"image\":{\"@id\":\"https:\/\/mobilist.com.tr\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/mobilistlabs\",\"https:\/\/x.com\/mobilist_labs\",\"https:\/\/www.instagram.com\/mobilist\/\",\"https:\/\/www.linkedin.com\/company\/2498352\/admin\/feed\/posts\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/mobilist.com.tr\/en\/#\/schema\/person\/cb960c343376e89fed720ff2fddbde20\",\"name\":\"Mobilist\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/mobilist.com.tr\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/777415801de8f6bf7dcda3dca7fb6e37?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/777415801de8f6bf7dcda3dca7fb6e37?s=96&d=mm&r=g\",\"caption\":\"Mobilist\"},\"url\":\"https:\/\/mobilist.com.tr\/en\/author\/didemelerman\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"AWS Client VPN ile Private VPC eri\u015fimi - Mobilist","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.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/","og_locale":"en_US","og_type":"article","og_title":"AWS Client VPN ile Private VPC eri\u015fimi","og_description":"16\/04\/2021 1:48 Mustafa Zeytin, Mobilist AWS Client VPN&nbsp;Nedir? AWS Client VPN, AWS \u00fczerindeki kaynaklar\u0131n\u0131za g\u00fcvenli bir \u015fekilde eri\u015fmenizi sa\u011flayan istemci tabanl\u0131 bir&nbsp;ara\u00e7t\u0131r. \u00d6zet olarak, g\u00f6z\u00fcn\u00fczden sak\u0131nd\u0131\u011f\u0131n\u0131z internet \u00fczerinden do\u011frudan eri\u015fime kapatt\u0131\u011f\u0131n\u0131z kaynaklar\u0131n\u0131za art\u0131k g\u00fcvenli bir \u015fekilde eri\u015febilirsiniz. AWS Clint VPN, hem Simple Active Directory hemde Sertifika ile do\u011frulama sa\u011flar. Biz \u015fimdilik sadece Sertifika ile do\u011frulama [&hellip;]","og_url":"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/","og_site_name":"Mobilist","article_publisher":"https:\/\/www.facebook.com\/mobilistlabs","article_published_time":"2021-04-21T13:56:55+00:00","article_modified_time":"2024-03-22T09:52:29+00:00","og_image":[{"width":1024,"height":574,"url":"https:\/\/www.mobilist.com.tr\/wp-content\/uploads\/2024\/03\/1b-3.jpeg","type":"image\/jpeg"}],"author":"Mobilist","twitter_card":"summary_large_image","twitter_creator":"@mobilist_labs","twitter_site":"@mobilist_labs","twitter_misc":{"Written by":"Mobilist","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/#article","isPartOf":{"@id":"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/"},"author":{"name":"Mobilist","@id":"https:\/\/mobilist.com.tr\/en\/#\/schema\/person\/cb960c343376e89fed720ff2fddbde20"},"headline":"AWS Client VPN ile Private VPC eri\u015fimi","datePublished":"2021-04-21T13:56:55+00:00","dateModified":"2024-03-22T09:52:29+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/"},"wordCount":2504,"commentCount":0,"publisher":{"@id":"https:\/\/mobilist.com.tr\/en\/#organization"},"image":{"@id":"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/#primaryimage"},"thumbnailUrl":"https:\/\/mobilist.com.tr\/wp-content\/uploads\/2024\/03\/1b-3.jpeg","keywords":["AWS","AWS Client VPN","Cloud Networking","Network Configuration","Remote Access","VPC (Virtual Private Cloud)","VPN Security"],"articleSection":["AWS","Cloud Computing","IT Infrastructure","Network Security"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/","url":"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/","name":"AWS Client VPN ile Private VPC eri\u015fimi - Mobilist","isPartOf":{"@id":"https:\/\/mobilist.com.tr\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/#primaryimage"},"image":{"@id":"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/#primaryimage"},"thumbnailUrl":"https:\/\/mobilist.com.tr\/wp-content\/uploads\/2024\/03\/1b-3.jpeg","datePublished":"2021-04-21T13:56:55+00:00","dateModified":"2024-03-22T09:52:29+00:00","breadcrumb":{"@id":"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/#primaryimage","url":"https:\/\/mobilist.com.tr\/wp-content\/uploads\/2024\/03\/1b-3.jpeg","contentUrl":"https:\/\/mobilist.com.tr\/wp-content\/uploads\/2024\/03\/1b-3.jpeg","width":1024,"height":574},{"@type":"BreadcrumbList","@id":"https:\/\/www.mobilist.com.tr\/en\/2021\/04\/21\/aws-client-vpn-ile-private-vpc-erisimi\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mobilist.com.tr\/en\/"},{"@type":"ListItem","position":2,"name":"AWS Client VPN ile Private VPC eri\u015fimi"}]},{"@type":"WebSite","@id":"https:\/\/mobilist.com.tr\/en\/#website","url":"https:\/\/mobilist.com.tr\/en\/","name":"Mobilist","description":"Dijitalin Kusursuz Hali","publisher":{"@id":"https:\/\/mobilist.com.tr\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mobilist.com.tr\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mobilist.com.tr\/en\/#organization","name":"Mobilist","url":"https:\/\/mobilist.com.tr\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mobilist.com.tr\/en\/#\/schema\/logo\/image\/","url":"https:\/\/mobilist.com.tr\/wp-content\/uploads\/2024\/03\/web-logo-text-only-2.png","contentUrl":"https:\/\/mobilist.com.tr\/wp-content\/uploads\/2024\/03\/web-logo-text-only-2.png","width":400,"height":78,"caption":"Mobilist"},"image":{"@id":"https:\/\/mobilist.com.tr\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/mobilistlabs","https:\/\/x.com\/mobilist_labs","https:\/\/www.instagram.com\/mobilist\/","https:\/\/www.linkedin.com\/company\/2498352\/admin\/feed\/posts\/"]},{"@type":"Person","@id":"https:\/\/mobilist.com.tr\/en\/#\/schema\/person\/cb960c343376e89fed720ff2fddbde20","name":"Mobilist","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mobilist.com.tr\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/777415801de8f6bf7dcda3dca7fb6e37?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/777415801de8f6bf7dcda3dca7fb6e37?s=96&d=mm&r=g","caption":"Mobilist"},"url":"https:\/\/mobilist.com.tr\/en\/author\/didemelerman\/"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/mobilist.com.tr\/wp-content\/uploads\/2024\/03\/1b-3.jpeg","_links":{"self":[{"href":"https:\/\/mobilist.com.tr\/en\/wp-json\/wp\/v2\/posts\/714"}],"collection":[{"href":"https:\/\/mobilist.com.tr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mobilist.com.tr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mobilist.com.tr\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/mobilist.com.tr\/en\/wp-json\/wp\/v2\/comments?post=714"}],"version-history":[{"count":1,"href":"https:\/\/mobilist.com.tr\/en\/wp-json\/wp\/v2\/posts\/714\/revisions"}],"predecessor-version":[{"id":734,"href":"https:\/\/mobilist.com.tr\/en\/wp-json\/wp\/v2\/posts\/714\/revisions\/734"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mobilist.com.tr\/en\/wp-json\/wp\/v2\/media\/715"}],"wp:attachment":[{"href":"https:\/\/mobilist.com.tr\/en\/wp-json\/wp\/v2\/media?parent=714"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mobilist.com.tr\/en\/wp-json\/wp\/v2\/categories?post=714"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mobilist.com.tr\/en\/wp-json\/wp\/v2\/tags?post=714"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}