1. 程式人生 > >Change Redshift Cluster from Private to Public

Change Redshift Cluster from Private to Public

Follow the steps for Modifying a Cluster. In the Modify Cluster window, change Publicly accessible to Yes. Confirm the change by checking the Publicly accessible parameter in Cluster Database Properties on the Configuration tab.

If you still can't connect to the cluster from the internet or a different network, check the following settings.

Security group

  1. Open the Amazon Redshift console, and then choose the details page icon next to the cluster.
  2. Locate VPC ID in the Cluster Properties section, and then choose View VPCs to open the Amazon VPC console.
  3. Choose Security Groups in the navigation pane.
  4. Select the security group associated with the VPC that your Amazon Redshift cluster is in.
  5. On the Inbound Rules tab, be sure that your IP address and the port of your Amazon Redshift cluster are allowed. The default port for Amazon Redshift is 5439, but your port might be different. Note:
    Although security groups are stateful, it’s a best practice to be sure that the Outbound Rules allow outbound communications. By default, a security group includes an outbound rule that allows all outbound traffic. For more information, see Security Group Basics.

VPC network access control list (network ACL)

Unlike security groups, network ACLs are stateless, which means that you must configure both inbound and outbound rules. Be sure that your IP address and the port of your Amazon Redshift cluster are allowed in the inbound and outbound rules for the VPC network ACL. For more information, see Adding and Deleting Rules.

VPC route table

To connect to a publicly accessible cluster from the public internet, an internet gateway must be attached to the route table associated with the VPC that your cluster is in. Verify route table settings on the Amazon VPC console. For more information, see Enabling Internet Access.

If you don’t want to make the subnet publicly accessible because of other resources that are in that subnet, use a snapshot to restore the cluster into a public subnet.

You should now be able to access the cluster from the public internet. If you're still having connection problems, use network diagnostic tools such as Telnet and tcpdump for additional troubleshooting.

相關推薦

Change Redshift Cluster from Private to Public

Follow the steps for Modifying a Cluster. In the Modify Cluster window, change Publicly accessible to Yes. Confirm the change by checking the P

Moving a Redshift Cluster From One VPC to Another

Amazon Web Services is Hiring. Amazon Web Services (AWS) is a dynamic, growing business unit within Amazon.com. We are currently hiring So

Parameter infoDTOs of type T from private T com.ListVO.setInfoDTOs is not resolvable to a concrete type.

setter com 解決 inter 註釋 getter errors style err WARN org.glassfish.jersey.internal.Errors - The following warnings have been detected: WA

[Android] Programmatically change input type of the EditText from PASSWORD to NORMAL

這還滿神奇的,有2個解法,一個是 Just for the people who are having same problem. Just add an extra attribute to that EditText programmatically and you are done. password

From security to systems: J-WAFS name change reflects its breadth and impact

The terms “food system” or “water system” refer to the broad array of activities, resources, and technologies — as well as policies and economics — involve

svm使用出現FutureWarning: The default value of gamma will change from 'auto' to 'scale' in version 0.22

 G:/workspace/Firmware-url-Detection/url_classfication/trainer_zgd.py C:\Users\zgd\AppData\Roaming\Python\Python27\site-packages\sklearn\s

How to migrate from Oracle to Amazon Redshift

Migrating your Oracle data warehouse to Amazon Redshift can substantially improve query and data load performance, increase scalability,

Beginning Python From Novice to Professional (9) - Socket

gethost code track eth true get ont content socket Socket 小型server: #!/usr/bin/env python import socket s = socket.socket() host = sock

修改python原文件中的fromto字段

python email from to1down votefavorite1Here‘s an excerpt from the code I‘m using. I‘m looping through the part that adds the email; my problem is rather th

[POJ2762]Going from u to v or from v to u?

str for digi tchar har add size ins sta 題目大意: 判斷一個有向圖是否弱連通。 思路: Tarjan縮點。然後判斷原圖是否是一條鏈。 考慮鏈的特性:有且僅有一點入度為0,有且僅有一點出度為0。 因此縮點後直接判斷入度為

Codeforces 849C From Y to Y

組成 scan amp force 簡單 ces ret 最大 log 自古C題比B題簡單。 構造題。 我們發現合並一個相同的字母組成的字符串,個數為n,它的代價是(n*(n-1))/2,也就是0+1+...+n-1。 所以我們每次取最大的n,使得k-n>=0,減一下

【推導】【貪心】Codeforces Round #431 (Div. 1) A. From Y to Y

aaa return 最大的 tchar 題意 spa 必須 puts clu 題意:讓你構造一個只包含小寫字母的可重集,每次可以取兩個元素,將它們合並,合並的代價是這兩個元素各自的從‘a’到‘z’出現的次數之積的和。 給你K,你構造的可重集必須滿足將所有元素合而為一以後,

CodeForces - 848A From Y to Y (找規律)

nbsp 得到 串合並 memset include scan ret spa 可能 http://codeforces.com/problemset/problem/848/A 題目大意:剛開始集合裏面都是單字符可認為是字符串,然後讓你去合並任意兩個串合並要消耗∑c=

A little issue in Mathematical Thought from Ancient to Modern Times, Vol. 3

enc classes 技術 min member put clas hat 技術分享 At P985 of the book, says But there are cuts that are not determined by rational numbers. I

from NEU to the society

過多 美的 進入 視野 neu 第一天 起航 成長 尊重 今天,正式的登上了我註冊已久的博客園,最初註冊園子得出發點是記錄生活點滴和學習工作的心得的,那就不忘初心,從頭開始吧。 從校園到工作,從東北到南方 我們畢業啦 誰說畢業遙遙無期,轉眼就要各奔東西。 是的,2017.1

3D Computer Grapihcs Using OpenGL - 07 Passing Data from Vertex to Fragment Shader

vertex 一致性 表示 變量 width src log 兩個 image 上節的最後我們實現了兩個綠色的三角形,而綠色是直接在Fragment Shader中指定的。 這節我們將為這兩個三角形進行更加自由的著色——五個頂點各自使用不同的顏色。 要實現這個目的,我們分兩

Python伊始——From Boring to Amazing

為什麽 難解 family 語言 pan 並不是 專業 目的 關於 先來談一下關於Python編程語言的淺薄認知,“一門編程課,僅此而已”這是我幾個月前對這門應用技術的認識。 如今看來,卻不只是“僅此而已”,作為今年年初被加入計算機二級考試科目的這門技術,或許並不是它表面上

Loading Data From Oracle To Hive By ODI 12c

ODI Oracle Hive 本文描述如何通過ODI將Oracle表數據同步到Hive。1、準備工作在hadoop集群的各個節點分別安裝Oracle Big Data Connectors,具體的組件如下圖所示:這裏只需安裝Oracle Loader For Hadoop(oraloader)以

Set the Round Robin IOPS limit from 1000 to 1

iopshttps://kb.vmware.com/s/article/2069356 http://www.enterprisedaddy.com/2017/02/set-round-robin-iops-limit-default-1000-1-using-powercli/ 1,Query the pa

797. All Paths From Source to Target

possible inside TE inpu his input targe should ret Given a directed, acyclic graph of N nodes. Find all possible paths from node 0 to no