{"id":169,"date":"2015-11-17T14:47:38","date_gmt":"2015-11-17T14:47:38","guid":{"rendered":"http:\/\/zappysys.com\/blog\/?p=169"},"modified":"2015-12-18T14:25:50","modified_gmt":"2015-12-18T14:25:50","slug":"how-to-setup-amazon-redshift-cluster-for-outside-data-access","status":"publish","type":"post","link":"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/","title":{"rendered":"How to setup Amazon Redshift Cluster in few clicks"},"content":{"rendered":"<h2>Introduction<\/h2>\n<p>In this article\u00a0you will learn <em>how to Setup Amazon Redshift Cluster<\/em> in few clicks. You will also learn how to set Inbound and Outbound Firewall Rules so you can access Redshift Cluster from outside of AWS Network (e.g. from your corporate network or your home). By default Redshift Cluster cannot be access from outside of your AWS Virtual Network (referred as\u00a0VPC &#8211; Virtual Private Cloud)<\/p>\n<p>Once Redshift Cluster is setup you can follow <a href=\"\/\/zappysys.com\/posts\/sql-server-to-redshift-data-load-using-ssis\/\">these steps to Load data into Redshift<\/a>\u00a0(Using <a href=\"\/\/zappysys.com\/products\/ssis-powerpack\/ssis-amazon-redshift-data-transfer-task\/\">SSIS Redshift Data Transfer Task<\/a> or <a href=\"\/\/zappysys.com\/products\/zappyshell\/amazon-redshift-command-line-tools\/\">Command line for Redshift<\/a>)<\/p>\n<h2>What is Amazon Redshift<\/h2>\n<p><em>Amazon Redshift<\/em> is a fully managed, petabyte-scale <em>data warehouse<\/em> service in the <em>cloud<\/em>. You can start with just a few hundred gigabytes of data and scale to a petabyte or more. This enables you to use your data to acquire new insights for your business and customers.<\/p>\n<p>The first step to create a data warehouse is to launch a set of nodes, called an <em>Amazon Redshift cluster<\/em>. After you provision your cluster, you can upload your data set and then perform data analysis queries. Regardless of the size of the data set, Amazon Redshift offers fast query performance using the same SQL-based tools and business intelligence applications that you use today.<\/p>\n<h2><span id=\"Setup_your_Amazon_Redshift_Cluster\">Setup Amazon Redshift Cluster<\/span><\/h2>\n<div>\n<p><em>NOTE: Skip this step if you already setup you Redshift Cluster<\/em><\/p>\n<ol>\n<li>Login to your AWS Console and Click on Redshift icon. Or <a href=\"https:\/\/console.aws.amazon.com\/redshift\/home\" target=\"_blank\"><span style=\"color: #248cc8;\">click here<\/span><\/a> to land directly to redshift<\/li>\n<li>Click on Launch Cluster<\/li>\n<li>On Cluster Detail Page specify Cluster Identifier, Database Name, Port, Master User and Password. Click Continue to go to next page\n<div class=\"wp-caption alignnone\">\n<p><a href=\"\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-datatransfer-task\/amazon-redshift-cluster-setup-1-create-database.png\"><img loading=\"lazy\" decoding=\"async\" title=\"Configure Redshift Cluster Identifier, Database Name, Port , UserID and Password\" src=\"\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-datatransfer-task\/amazon-redshift-cluster-setup-1-create-database.png\" alt=\"Configure Redshift Cluster Identifier, Database Name, Port , UserID and Password\" width=\"381\" height=\"365\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Configure Redshift Cluster Identifier, Database Name, Port , UserID and Password<\/p>\n<\/div>\n<\/li>\n<li>On Node Configuration Page specify Node Type (This is VM Type), Cluster Type and Number of Node. If you are trying under Free Tire then select smallest Node possible (in this case it was dw2.large). Click Continue to go to next page\n<div class=\"wp-caption alignnone\">\n<p><a href=\"\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-datatransfer-task\/amazon-redshift-cluster-setup-2-specify-node-type.png\"><img loading=\"lazy\" decoding=\"async\" title=\"Configure Redshift Node Type and Cluster Type\" src=\"\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-datatransfer-task\/amazon-redshift-cluster-setup-2-specify-node-type.png\" alt=\"Configure Redshift Node Type and Cluster Type\" width=\"386\" height=\"366\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Configure Redshift Node Type and Cluster Type<\/p>\n<\/div>\n<\/li>\n<li>On Additional Configuration Page you can pick VPC (virtual private connection), Security group for Cluster and other options for Encryption. For demo purpose select as below screenshot . Click Continue to review your settings and click Create Cluster\n<div class=\"wp-caption alignnone\">\n<p><a href=\"\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-datatransfer-task\/amazon-redshift-cluster-setup-3-configuration.png\"><img loading=\"lazy\" decoding=\"async\" title=\"Configure Redshift Cluster Encryption, VPC and Additional Detail\" src=\"\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-datatransfer-task\/amazon-redshift-cluster-setup-3-configuration.png\" alt=\"Configure Redshift Cluster Encryption, VPC and Additional Detail\" width=\"545\" height=\"452\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Configure Redshift Cluster Encryption, VPC and Additional Detail<\/p>\n<\/div>\n<\/li>\n<li>Give it few mins while your cluster is being created. After few minutes (5-10 mins) you can go back to same page and review cluster Status and other properties as below. Copy Cluster Endpoint to somewhere because we will need it later.\n<div class=\"wp-caption alignnone\">\n<p><a href=\"\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-datatransfer-task\/amazon-redshift-cluster-setup-6-properties.png\"><img loading=\"lazy\" decoding=\"async\" title=\"Check Redshift Cluster Status , Endpoint and Other Properties\" src=\"\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-datatransfer-task\/amazon-redshift-cluster-setup-6-properties.png\" alt=\"Check Redshift Cluster Status , Endpoint and Other Properties\" width=\"526\" height=\"337\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Check Redshift Cluster Status , Endpoint and Other Properties<\/p>\n<\/div>\n<\/li>\n<\/ol>\n<\/div>\n<h2><span id=\"Add_inbound_rule_for_Redshift_Cluster\">Add inbound rule for Redshift Cluster<\/span><\/h2>\n<div><em>NOTE: Skip this step if you have already added your IP to inbound exclusion rule.<\/em><br \/>\nBy default you cannot connect to Amazon Redshift cluster from outside AWS Network (e.g. from your On-Premises Machine). If you wish to connect then you must add inbound exception rule to allow your request to redshift cluster on specific port.<\/div>\n<div>\n<p>To add create new inbound rule perform following steps<\/p>\n<ol>\n<li>Under Redshift home page click [Security] tab. You may see following Notice depending on which region you are. Click on [Go to the EC2 Console] link or you can direct go to EC2 by clicking Services -&gt; EC2 menu at the top\n<div class=\"wp-caption alignnone\">\n<p><a href=\"\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-datatransfer-task\/amazon-redshift-cluster-setup-7-security-groups.png\"><img loading=\"lazy\" decoding=\"async\" title=\"Configure Security Group and Inbound Filter Firewall Rule to allow Local Connection\" src=\"\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-datatransfer-task\/amazon-redshift-cluster-setup-7-security-groups.png\" alt=\"Configure Security Group and Inbound Filter Firewall Rule to allow Local Connection\" width=\"502\" height=\"218\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Configure Security Group and Inbound Filter Firewall Rule to allow Local Connection<\/p>\n<\/div>\n<\/li>\n<li>On EC2 Security Groups Page select Security group attached with your Redshift Cluster and then in the bottom pane click on Inbound Tab\n<div class=\"wp-caption alignnone\">\n<p><a href=\"\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-datatransfer-task\/amazon-redshift-cluster-setup-9-security-group-inbound-rule.png\"><img loading=\"lazy\" decoding=\"async\" title=\"Security Group Screen - Add or Edit Inbound Firewall Rule to allow Local Connection\" src=\"\/\/zappysys.com\/onlinehelp\/ssis-powerpack\/scr\/images\/amazon-redshift-datatransfer-task\/amazon-redshift-cluster-setup-9-security-group-inbound-rule.png\" alt=\"Security Group Screen - Add or Edit Inbound Firewall Rule to allow Local Connection\" width=\"662\" height=\"394\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Security Group Screen \u2013 Add or Edit Inbound Firewall Rule to allow Local Connection<\/p>\n<\/div>\n<\/li>\n<li>On Inbound Tab click Edit option to modify default entry or you can add new Rule. Notice how IP Range is specified.. 0.0.0.0\/0 means all IP. If you wish to add range then you have to set something like this&#8230; 50.34.234.10\/250\u00a0 .. this will cover 50.34.234.10 to 50.34.234.250 IP range. Make sure your port range covers Port you specified for Redshift cluster.<\/li>\n<li>Click on Add rule if you wish to add new entry else edit as below and click save<\/li>\n<\/ol>\n<\/div>\n<h2>Automate Redshift Cluster Creation<\/h2>\n<p>If you have need to automate Redshift Cluster Creation or any of the following things automatically then check <a href=\"\/\/zappysys.com\/products\/ssis-powerpack\/ssis-amazon-redshift-cluster-management-task\/\">Redshift Cluster management Task<\/a><\/p>\n<ul>\n<li>Automate Amazon Redshift Cluster Create Action in few clicks. You can also add Access Security Rule.<\/li>\n<li>Automate Amazon Redshift Cluster Delete Action<\/li>\n<li>Fetch Amazon Redshift Cluster Property to SSIS Variable (e.g. Fetch Cluster Status)<\/li>\n<li>Fetch all cluster and their properties as DataTable (Use ForEach Loop and iterate through all clusters)<\/li>\n<li>Automate Redshift Cluster Snapshot Creation<\/li>\n<li>Automate Redshift Cluster Snapshot Delete Action<\/li>\n<li>Support for Wait until Cluster operation is done<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Introduction In this article\u00a0you will learn how to Setup Amazon Redshift Cluster in few clicks. You will also learn how to set Inbound and Outbound Firewall Rules so you can access Redshift Cluster from outside of AWS Network (e.g. from your corporate network or your home). By default Redshift Cluster cannot be access from outside [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":173,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43,41,44],"tags":[29,34,33,39,30,40,12,4],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>How to setup Amazon Redshift Cluster in few clicks | ZappySys Blog<\/title>\r\n<meta name=\"description\" content=\"In this article you will learn how to Setup Amazon Redshift Cluster in few clicks. You will also learn how to set Inbound and Outbound Firewall Rules.\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"How to setup Amazon Redshift Cluster in few clicks | ZappySys Blog\" \/>\r\n<meta property=\"og:description\" content=\"In this article you will learn how to Setup Amazon Redshift Cluster in few clicks. You will also learn how to set Inbound and Outbound Firewall Rules.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/\" \/>\r\n<meta property=\"og:site_name\" content=\"ZappySys Blog\" \/>\r\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/ZappySys\/\" \/>\r\n<meta property=\"article:published_time\" content=\"2015-11-17T14:47:38+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2015-12-18T14:25:50+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2015\/11\/amazon-redshift-cluster-setup-1-create-database.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"635\" \/>\r\n\t<meta property=\"og:image:height\" content=\"608\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\r\n<meta name=\"author\" content=\"ZappySys\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/zappysys\/\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ZappySys\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/\",\"url\":\"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/\",\"name\":\"How to setup Amazon Redshift Cluster in few clicks | ZappySys Blog\",\"isPartOf\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2015\/11\/amazon-redshift-cluster-setup-1-create-database.png\",\"datePublished\":\"2015-11-17T14:47:38+00:00\",\"dateModified\":\"2015-12-18T14:25:50+00:00\",\"author\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82\"},\"description\":\"In this article you will learn how to Setup Amazon Redshift Cluster in few clicks. You will also learn how to set Inbound and Outbound Firewall Rules.\",\"breadcrumb\":{\"@id\":\"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/#primaryimage\",\"url\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2015\/11\/amazon-redshift-cluster-setup-1-create-database.png\",\"contentUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2015\/11\/amazon-redshift-cluster-setup-1-create-database.png\",\"width\":635,\"height\":608},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zappysys.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to setup Amazon Redshift Cluster in few clicks\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zappysys.com\/blog\/#website\",\"url\":\"https:\/\/zappysys.com\/blog\/\",\"name\":\"ZappySys Blog\",\"description\":\"SSIS \/ ODBC Drivers \/ API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zappysys.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82\",\"name\":\"ZappySys\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g\",\"caption\":\"ZappySys\"},\"sameAs\":[\"http:\/\/www.zappysys.com\/\",\"https:\/\/www.facebook.com\/ZappySys\/\",\"https:\/\/twitter.com\/https:\/\/twitter.com\/zappysys\/\"],\"url\":\"https:\/\/zappysys.com\/blog\/author\/admin\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to setup Amazon Redshift Cluster in few clicks | ZappySys Blog","description":"In this article you will learn how to Setup Amazon Redshift Cluster in few clicks. You will also learn how to set Inbound and Outbound Firewall Rules.","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:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/","og_locale":"en_US","og_type":"article","og_title":"How to setup Amazon Redshift Cluster in few clicks | ZappySys Blog","og_description":"In this article you will learn how to Setup Amazon Redshift Cluster in few clicks. You will also learn how to set Inbound and Outbound Firewall Rules.","og_url":"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/","og_site_name":"ZappySys Blog","article_author":"https:\/\/www.facebook.com\/ZappySys\/","article_published_time":"2015-11-17T14:47:38+00:00","article_modified_time":"2015-12-18T14:25:50+00:00","og_image":[{"width":635,"height":608,"url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2015\/11\/amazon-redshift-cluster-setup-1-create-database.png","type":"image\/png"}],"author":"ZappySys","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/zappysys\/","twitter_misc":{"Written by":"ZappySys","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/","url":"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/","name":"How to setup Amazon Redshift Cluster in few clicks | ZappySys Blog","isPartOf":{"@id":"https:\/\/zappysys.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/#primaryimage"},"image":{"@id":"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/#primaryimage"},"thumbnailUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2015\/11\/amazon-redshift-cluster-setup-1-create-database.png","datePublished":"2015-11-17T14:47:38+00:00","dateModified":"2015-12-18T14:25:50+00:00","author":{"@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82"},"description":"In this article you will learn how to Setup Amazon Redshift Cluster in few clicks. You will also learn how to set Inbound and Outbound Firewall Rules.","breadcrumb":{"@id":"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/#primaryimage","url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2015\/11\/amazon-redshift-cluster-setup-1-create-database.png","contentUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2015\/11\/amazon-redshift-cluster-setup-1-create-database.png","width":635,"height":608},{"@type":"BreadcrumbList","@id":"https:\/\/zappysys.com\/blog\/how-to-setup-amazon-redshift-cluster-for-outside-data-access\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zappysys.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to setup Amazon Redshift Cluster in few clicks"}]},{"@type":"WebSite","@id":"https:\/\/zappysys.com\/blog\/#website","url":"https:\/\/zappysys.com\/blog\/","name":"ZappySys Blog","description":"SSIS \/ ODBC Drivers \/ API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zappysys.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/2756c237457fbc95d82cb38962f81f82","name":"ZappySys","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5c9be148088ba9b8af8e955c5f7c22b5?s=96&d=mm&r=g","caption":"ZappySys"},"sameAs":["http:\/\/www.zappysys.com\/","https:\/\/www.facebook.com\/ZappySys\/","https:\/\/twitter.com\/https:\/\/twitter.com\/zappysys\/"],"url":"https:\/\/zappysys.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/169"}],"collection":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/comments?post=169"}],"version-history":[{"count":0,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/169\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media\/173"}],"wp:attachment":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media?parent=169"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/categories?post=169"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/tags?post=169"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}